Searched defs:TCP_MINPROTOHDR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c420 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) macro
422 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) macro
428 #undef TCP_MINPROTOHDR macro

Completed in 124 milliseconds