Searched refs:pkt (Results 1 – 4 of 4) sorted by relevance
9 $pkt = wddx_packet_start('TEST comment');17 wddx_add_vars($pkt, 'var1', 'var2', array('var3', 'var4'));18 echo wddx_packet_end($pkt);
1263 static inline int send_notification_pkt( int fd, struct lsapi_packet_header *pkt ) in send_notification_pkt() argument1265 if ( write( fd, pkt, LSAPI_PACKET_HEADER_LEN ) < LSAPI_PACKET_HEADER_LEN ) in send_notification_pkt()
17109 # depending on the size of the pkt
Completed in 81 milliseconds