Searched refs:lsapi_packet_header (Results 1 – 3 of 3) sorted by relevance
125 struct lsapi_packet_header struct150 struct lsapi_packet_header m_pktHeader; argument186 struct lsapi_packet_header m_pktHeader;
101 struct lsapi_packet_header * m_respPktHeaderEnd;124 struct lsapi_packet_header m_respPktHeader[5];
376 static inline void lsapi_buildPacketHeader( struct lsapi_packet_header * pHeader, in lsapi_buildPacketHeader()574 static inline int verifyHeader( struct lsapi_packet_header * pHeader, char pktType ) in verifyHeader()1280 static struct lsapi_packet_header s_ack = {'L', 'S',1282 static struct lsapi_packet_header s_conn_close_pkt = {'L', 'S',1286 static inline int send_notification_pkt( int fd, struct lsapi_packet_header *pkt ) in send_notification_pkt()1354 struct lsapi_packet_header * pHeader = (struct lsapi_packet_header *)s_conn_key_packet; in init_conn_key()1603 static struct lsapi_packet_header finish_close[2] =1852 struct lsapi_packet_header * pHeader; in LSAPI_Write_r()2013 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in LSAPI_sendfile_r()2037 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in Flush_RespBuf_r()[all …]
Completed in 14 milliseconds