Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c279 static void tcp_dooptions(struct tcpcb *, u_char *, int, struct tcphdr *,
2904 tcp_dooptions(tp, optp, optlen, th, &to); in tcp_input()
3351 tcp_dooptions(tp, optp, optlen, th, &to); in tcp_input()
5779 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th, in tcp_dooptions() function