HomeSort by: relevance | last modified time | path
    Searched refs:tcp_dooptions (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_var.h 875 int tcp_dooptions(struct tcpcb *, const u_char *, int,
tcp_syncache.c 908 if (tcp_dooptions(&tb, optp, optlen, th, m, toff, oi) < 0)
tcp_input.c 1352 * values now and don't bother calling tcp_dooptions(),
1736 if (tcp_dooptions(tp, optp, optlen, th, m, off, &opti) < 0)
3086 tcp_dooptions(struct tcpcb *tp, const u_char *cp, int cnt, struct tcphdr *th, function in typeref:typename:int

Completed in 17 milliseconds