Home
last modified time | relevance | path

Searched refs:is_v (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDprintstatefields.c222 PRINTF("%s", hostname(sp->is_v, &sp->is_src.in4)); in printstatefield()
226 PRINTF("%s", hostname(sp->is_v, &sp->is_dst.in4)); in printstatefield()
250 PRINTF("%d", sp->is_v); in printstatefield()
HDprintstate.c23 PRINTF("%d:", sp->is_v); in printstate()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_state.c550 if ((sp->is_p == st.is_p) && (sp->is_v == st.is_v) && in ipf_state_remove()
958 isn->is_v); in ipf_state_putent()
1047 is->is_v); in ipf_state_insert()
1203 if (is1->is_v == 4) { in ipf_state_matchaddresses()
1414 is->is_v = fin->fin_v; in ipf_state_add()
1422 if (is->is_v == 6) { in ipf_state_add()
2579 if (is->is_v == 6) { in ipf_matchsrcdst()
2770 if ((is->is_p != pr) || (is->is_v != 4)) in ipf_checkicmpmatchingstate()
2809 if ((is->is_p == pr) && (is->is_v == 4) && in ipf_checkicmpmatchingstate()
3028 if ((is->is_p != pr) || (is->is_v != v)) in ipf_state_lookup()
[all …]
HDip_state.h54 u_char is_v; member
/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c1346 if (ver != 0 && ips.is_v != ver) in topipstates()
1354 if (ips.is_v == 4) { in topipstates()
1363 if (ips.is_v == 6) { in topipstates()
1404 len = strlen(getip(ips.is_v, &ips.is_src)); in topipstates()
1407 len = strlen(getip(ips.is_v, &ips.is_dst)); in topipstates()
1416 tp->st_v = ips.is_v; in topipstates()
2188 if (stp->is_v != 4) in state_matcharray()
2198 if (stp->is_v != 4) in state_matcharray()
2208 if (stp->is_v != 4) in state_matcharray()
2222 if (stp->is_v != 6) in state_matcharray()
[all …]