HelenOS sources
tcp_pdu_t 1399 uspace/srv/net/tcp/conn.c tcp_pdu_t *pdu;
tcp_pdu_t 53 uspace/srv/net/tcp/inet.c static void tcp_received_pdu(tcp_pdu_t *pdu);
tcp_pdu_t 74 uspace/srv/net/tcp/inet.c tcp_pdu_t *pdu;
tcp_pdu_t 122 uspace/srv/net/tcp/inet.c void tcp_transmit_pdu(tcp_pdu_t *pdu)
tcp_pdu_t 155 uspace/srv/net/tcp/inet.c static void tcp_received_pdu(tcp_pdu_t *pdu)
tcp_pdu_t 41 uspace/srv/net/tcp/inet.h extern void tcp_transmit_pdu(tcp_pdu_t *);
tcp_pdu_t 147 uspace/srv/net/tcp/pdu.c static ip_ver_t tcp_phdr_setup(tcp_pdu_t *pdu, tcp_phdr_t *phdr,
tcp_pdu_t 209 uspace/srv/net/tcp/pdu.c static tcp_pdu_t *tcp_pdu_new(void)
tcp_pdu_t 211 uspace/srv/net/tcp/pdu.c return calloc(1, sizeof(tcp_pdu_t));
tcp_pdu_t 224 uspace/srv/net/tcp/pdu.c tcp_pdu_t *tcp_pdu_create(void *hdr, size_t hdr_size, void *text,
tcp_pdu_t 227 uspace/srv/net/tcp/pdu.c tcp_pdu_t *pdu;
tcp_pdu_t 256 uspace/srv/net/tcp/pdu.c void tcp_pdu_delete(tcp_pdu_t *pdu)
tcp_pdu_t 263 uspace/srv/net/tcp/pdu.c static uint16_t tcp_pdu_checksum_calc(tcp_pdu_t *pdu)
tcp_pdu_t 288 uspace/srv/net/tcp/pdu.c static void tcp_pdu_set_checksum(tcp_pdu_t *pdu, uint16_t checksum)
tcp_pdu_t 297 uspace/srv/net/tcp/pdu.c errno_t tcp_pdu_decode(tcp_pdu_t *pdu, inet_ep2_t *epp, tcp_segment_t **seg)
tcp_pdu_t 321 uspace/srv/net/tcp/pdu.c errno_t tcp_pdu_encode(inet_ep2_t *epp, tcp_segment_t *seg, tcp_pdu_t **pdu)
tcp_pdu_t 323 uspace/srv/net/tcp/pdu.c tcp_pdu_t *npdu;
tcp_pdu_t 43 uspace/srv/net/tcp/pdu.h extern tcp_pdu_t *tcp_pdu_create(void *, size_t, void *, size_t);
tcp_pdu_t 44 uspace/srv/net/tcp/pdu.h extern void tcp_pdu_delete(tcp_pdu_t *);
tcp_pdu_t 45 uspace/srv/net/tcp/pdu.h extern errno_t tcp_pdu_decode(tcp_pdu_t *, inet_ep2_t *, tcp_segment_t **);
tcp_pdu_t 46 uspace/srv/net/tcp/pdu.h extern errno_t tcp_pdu_encode(inet_ep2_t *, tcp_segment_t *, tcp_pdu_t **);
tcp_pdu_t 47 uspace/srv/net/tcp/test/pdu.c tcp_pdu_t *pdu;
tcp_pdu_t 76 uspace/srv/net/tcp/test/pdu.c tcp_pdu_t *pdu;
HelenOS homepage, sources at GitHub