Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dtcpip.h83 char ti_o[TCP_MAXOLEN]; /* space for tcp options */
H A Dtcp.h214 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) macro
H A Din_proto.c303 _CASSERT((sizeof(struct tcpiphdr) + TCP_MAXOLEN) <= _MHLEN); in in_dinit()
H A Dtcp_output.c564 uint8_t max_len = TCP_MAXOLEN - *optlen; in tcp_add_accecn_option()
675 u_char opt[TCP_MAXOLEN]; in tcp_output()