Home
last modified time | relevance | path

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

/dragonfly/usr.bin/netstat/
H A Dinet.c189 || (af == AF_INET6 && !INP_ISIPV6(inp)) in outputpcb()
193 && !INP_ISIPV6(inp) in outputpcb()
208 || (INP_ISIPV6(inp) && in outputpcb()
268 if (INP_ISIPV6(inp)) in outputpcb()
299 else if (INP_ISIPV6(inp)) { in outputpcb()
316 else if (INP_ISIPV6(inp)) { in outputpcb()
335 else if (INP_ISIPV6(inp)) { in outputpcb()
/dragonfly/sys/netinet6/
H A Din6_pcb.c561 if (!INP_ISIPV6(inp)) in in6_pcbnotify()
652 if (!INP_ISIPV6(inp)) in in6_pcblookup_local()
729 if (INP_ISIPV6(in6p) && im6o) { in in6_pcbpurgeif0()
830 if (!INP_ISIPV6(inp)) in in6_pcblookup_hash()
887 if (!INP_ISIPV6(inp)) in in6_pcblookup_hash()
H A Dudp6_usrreq.c229 if (!INP_ISIPV6(in6p)) in udp6_input()
H A Draw_ip6.c138 if (!INP_ISIPV6(in6p)) in rip6_input()
H A Dicmp6.c1843 if (!INP_ISIPV6(in6p)) in icmp6_rip6_input()
/dragonfly/usr.bin/sockstat/
H A Dsockstat.c252 if ((INP_ISIPV4(inp) && !opt_4) || (INP_ISIPV6(inp) && !opt_6)) in gather_inet()
258 } else if (INP_ISIPV6(inp)) { in gather_inet()
277 } else if (INP_ISIPV6(inp)) { in gather_inet()
/dragonfly/sys/netinet/
H A Dtcp_subr.c470 if (INP_ISIPV6(inp)) { in tcp_fillheaders()
722 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_newtcpcb()
856 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_close()
1719 if (INP_ISIPV6(tp->t_inpcb)) { in tcp_new_isn()
1791 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_mtudisc()
2108 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_iwsegs()
H A Din_pcb.h410 #define INP_ISIPV6(inp) ((inp)->inp_af == AF_INET6) macro
H A Dtcp_input.c281 INP_ISIPV6((tp)->t_inpcb) && \
2963 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_mss()
3148 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_init()
3176 boolean_t isipv6 = INP_ISIPV6(tp->t_inpcb); in tcp_mssopt()
3420 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_msl()
H A Dtcp_output.c192 const boolean_t isipv6 = INP_ISIPV6(inp); in tcp_output()
1414 const boolean_t isipv6 = INP_ISIPV6(inp); in tcp_tso_getsize()
H A Dtcp_timer.c607 if (INP_ISIPV6(tp->t_inpcb)) in tcp_timer_rexmt_handler()
H A Din_pcb.c1885 if (INP_ISIPV6(inp)) { in in_pcbinsconnhash()
/dragonfly/usr.bin/systat/
H A Dnetbw.c135 } else if (INP_ISIPV6(&tcp1->xtcp.xt_inp)) { in mytcpcb_cmp()