Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dtcp_subr.c455 switch (tp->t_family) { in tcp_template()
508 switch (tp->t_family) { in tcp_template()
956 tp->t_family = family; /* may be overridden later on */ in tcp_newtcpcb()
2080 switch (tp->t_family) { in ipsec4_hdrsiz_tcp()
2102 switch (tp->t_family) { in ipsec6_hdrsiz_tcp()
2151 switch (tp->t_family) { in tcp_hdrsz()
Dtcp_debug.c128 td->td_family = tp->t_family; in tcp_trace()
Dtcp_output.c240 switch (tp->t_family) { in tcp_segsize()
324 if (inp->inp_af == AF_INET6 && tp->t_family == AF_INET) { in tcp_segsize()
542 switch (af = tp->t_family) { in tcp_output()
1557 if (tp->t_family == AF_INET6) { in tcp_output()
Dtcp_usrreq.c587 tp->t_family = AF_INET; in tcp_bind()
589 tp->t_family = AF_INET6; in tcp_bind()
685 tp->t_family = AF_INET; in tcp_connect()
687 tp->t_family = AF_INET6; in tcp_connect()
Dtcp_syncache.c631 intotcpcb(inp)->t_family = AF_INET; in syn_cache_get()
652 if (inp && intotcpcb(inp)->t_family == AF_INET6 && sotoinpcb(oso)) { in syn_cache_get()
Dtcp_var.h214 int t_family; /* address family on the wire */ member
Dtcp_input.c267 switch (tp->t_family) { in nd_hint()