Searched defs:tcp_length (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c112 grub_uint16_t tcp_length; member in struct:tcp_pseudohdr
119 grub_uint32_t tcp_length; member in struct:tcp6_pseudohdr
429 ph.tcp_length = grub_cpu_to_be16 (nb->tail - nb->data);
440 ph.tcp_length = grub_cpu_to_be32 (nb->tail - nb->data);

Completed in 23 milliseconds