Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_subr.c581 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) in tcp_init() macro
582 if (max_protohdr < TCP_MINPROTOHDR) { in tcp_init()
583 _max_protohdr = TCP_MINPROTOHDR; in tcp_init()
589 #undef TCP_MINPROTOHDR in tcp_init()