Home
last modified time | relevance | path

Searched refs:TCP_END_BYTE_INFO (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h46 #define TCP_END_BYTE_INFO 8 /* Bytes that makeup the "end information array" */ macro
269 uint8_t t_end_info_bytes[TCP_END_BYTE_INFO];
/f-stack/freebsd/netinet/
H A Dtcp_var.h46 #define TCP_END_BYTE_INFO 8 /* Bytes that makeup the "end information array" */ macro
269 uint8_t t_end_info_bytes[TCP_END_BYTE_INFO];
H A Dtcp_subr.c3519 for (i = 0; i < TCP_END_BYTE_INFO; i++) { in tcp_log_end_status()