Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c402 u_char *__counted_by(TCP_MAXOLEN) opt) in tcp_tfo_write_cookie()
595 uint8_t max_len = TCP_MAXOLEN - *optlen; in tcp_add_accecn_option()
719 u_char opt[TCP_MAXOLEN]; in tcp_output()