Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h44 #define TCP_END_BYTE_INFO 8 /* Bytes that makeup the "end information array" */ macro
478 uint8_t t_end_info_bytes[TCP_END_BYTE_INFO];
H A Dtcp_subr.c4016 for (i = 0; i < TCP_END_BYTE_INFO; i++) { in tcp_log_end_status()