Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c278 static void tcp_dooptions(struct tcpcb *, u_char *, int, struct tcphdr *,
3066 tcp_dooptions(tp, optp, optlen, th, &to); in tcp_input()
3571 tcp_dooptions(tp, optp, optlen, th, &to); in tcp_input()
6131 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th, in tcp_dooptions() function