Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_subr.c594 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) in tcp_init() macro
595 if (max_protohdr < TCP_MINPROTOHDR) { in tcp_init()
596 _max_protohdr = TCP_MINPROTOHDR; in tcp_init()
602 #undef TCP_MINPROTOHDR in tcp_init()