Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp.h162 #define TCPOLEN_ACCECN_EMPTY 2 /* Empty option contains kind and length */ macro
H A Dtcp_output.c611 uint8_t len = TCPOLEN_ACCECN_EMPTY; in tcp_add_accecn_option()
617 if (max_len < TCPOLEN_ACCECN_EMPTY) { in tcp_add_accecn_option()
644 if (max_len < (TCPOLEN_ACCECN_EMPTY + 1 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()
652 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 2 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()
663 } else if (max_len < (TCPOLEN_ACCECN_EMPTY + 3 * TCPOLEN_ACCECN_COUNTER)) { in tcp_add_accecn_option()
H A Dtcp_input.c6306 if (optlen < (TCPOLEN_ACCECN_EMPTY + 1 * TCPOLEN_ACCECN_COUNTER) || in tcp_dooptions()