iPXE
|
#include <old_tcp.h>
Data Fields | |
uint16_t | src |
uint16_t | dst |
int32_t | seq |
int32_t | ack |
uint16_t | ctrl |
uint16_t | window |
uint16_t | chksum |
uint16_t | urgent |
uint16_t tcphdr::src |
Definition at line 21 of file old_tcp.h.
Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().
int32_t tcphdr::seq |
Definition at line 23 of file old_tcp.h.
Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().
int32_t tcphdr::ack |
Definition at line 24 of file old_tcp.h.
Referenced by tcp_rx(), tcp_xmit_reset(), and tcp_xmit_sack().