HomeSort by: relevance | last modified time | path
    Searched defs:tcpcb_template (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_subr.c 878 static struct tcpcb tcpcb_template = { variable in typeref:struct:tcpcb
903 struct tcpcb *tp = &tcpcb_template;
953 memcpy(tp, &tcpcb_template, sizeof(*tp));

Completed in 13 milliseconds