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];
357 static inline void lsapi_buildPacketHeader( struct lsapi_packet_header * pHeader, in lsapi_buildPacketHeader()551 static inline int verifyHeader( struct lsapi_packet_header * pHeader, char pktType ) in verifyHeader()1257 static struct lsapi_packet_header s_ack = {'L', 'S',1259 static struct lsapi_packet_header s_conn_close_pkt = {'L', 'S',1263 static inline int send_notification_pkt( int fd, struct lsapi_packet_header *pkt ) in send_notification_pkt()1331 struct lsapi_packet_header * pHeader = (struct lsapi_packet_header *)s_conn_key_packet; in init_conn_key()1575 static struct lsapi_packet_header finish = {'L', 'S',1786 struct lsapi_packet_header * pHeader; in LSAPI_Write_r()1943 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in LSAPI_sendfile_r()1967 struct lsapi_packet_header * pHeader = pReq->m_respPktHeader; in Flush_RespBuf_r()[all …]
Completed in 29 milliseconds