Home
last modified time | relevance | path

Searched defs:isipv6 (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dtcp_syncache.c259 const boolean_t isipv6 = sc->sc_inc.inc_isipv6; in syncache_free() local
261 const boolean_t isipv6 = FALSE; in syncache_free() local
431 const boolean_t isipv6 = sc->sc_inc.inc_isipv6; in syncache_drop() local
433 const boolean_t isipv6 = FALSE; in syncache_drop() local
701 const boolean_t isipv6 = sc->sc_inc.inc_isipv6; in syncache_socket() local
703 const boolean_t isipv6 = FALSE; in syncache_socket() local
1139 const boolean_t isipv6 = sc->sc_inc.inc_isipv6; in syncache_respond() local
1141 const boolean_t isipv6 = FALSE; in syncache_respond() local
1390 const boolean_t isipv6 = sc->sc_inc.inc_isipv6; in syncookie_generate() local
1392 const boolean_t isipv6 = FALSE; in syncookie_generate() local
H A Dtcp_input.c665 boolean_t isipv6; in tcp_input() local
667 const boolean_t isipv6 = FALSE; in tcp_input() local
2963 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_mss() local
2968 const boolean_t isipv6 = FALSE; in tcp_rmx_mss() local
3148 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_init() local
3150 const boolean_t isipv6 = FALSE; in tcp_rmx_init() local
3176 boolean_t isipv6 = INP_ISIPV6(tp->t_inpcb); in tcp_mssopt() local
3181 const boolean_t isipv6 = FALSE; in tcp_mssopt() local
3420 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_msl() local
3422 const boolean_t isipv6 = FALSE; in tcp_rmx_msl() local
H A Dtcp_output.c192 const boolean_t isipv6 = INP_ISIPV6(inp); in tcp_output() local
194 const boolean_t isipv6 = FALSE; in tcp_output() local
1414 const boolean_t isipv6 = INP_ISIPV6(inp); in tcp_tso_getsize() local
1416 const boolean_t isipv6 = FALSE; in tcp_tso_getsize() local
H A Dtcp_subr.c572 boolean_t isipv6 = (IP_VHL_V(ip->ip_vhl) == 6); in tcp_respond() local
574 const boolean_t isipv6 = FALSE; in tcp_respond() local
722 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_newtcpcb() local
724 const boolean_t isipv6 = FALSE; in tcp_newtcpcb() local
856 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_close() local
858 const boolean_t isipv6 = FALSE; in tcp_close() local
1791 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_mtudisc() local
1793 const boolean_t isipv6 = FALSE; in tcp_mtudisc() local
2108 boolean_t isipv6 = INP_ISIPV6(inp); in tcp_rmx_iwsegs() local
2110 const boolean_t isipv6 = FALSE; in tcp_rmx_iwsegs() local
H A Dtcp_debug.c80 int isipv6; in tcp_trace() local
H A Dtcp_usrreq.c1795 boolean_t isipv6 = INP_CHECK_SOCKAF(so, AF_INET6); in tcp_attach() local
/dflybsd-src/usr.sbin/trpt/
H A Dtrpt.c306 int isipv6 = 0, nopkt = 1; in tcp_trace() local