Searched refs:tcp_dooptions (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/netinet/ |
H A D | tcp_input.c | 262 static void tcp_dooptions(struct tcpopt *, u_char *, int, boolean_t, 1118 tcp_dooptions(&to, optp, optlen, TRUE, th->th_ack); in tcp_input() 1170 tcp_dooptions(&to, optp, optlen, (thflags & TH_SYN) != 0, th->th_ack); in tcp_input() 2661 tcp_dooptions(struct tcpopt *to, u_char *cp, int cnt, boolean_t is_syn, in tcp_dooptions() function
|