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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c409 #define TCP_MINPROTOHDR (sizeof(struct ip6_hdr) + sizeof(struct tcphdr)) macro
411 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) macro
413 if (max_protohdr < TCP_MINPROTOHDR) {
414 _max_protohdr = TCP_MINPROTOHDR;
419 #undef TCP_MINPROTOHDR macro

Completed in 11 milliseconds