Home
last modified time | relevance | path

Searched refs:is_gre (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dprintstate.c78 PRINTF("\tcall %hx/%hx\n", ntohs(sp->is_gre.gs_call[0]), in printstate()
79 ntohs(sp->is_gre.gs_call[1])); in printstate()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.h103 #define is_gre is_ps.is_ug macro
104 #define is_call is_gre.gs_call
H A Dip_state.c1511 is->is_gre.gs_flags = gre->gr_flags; in ipf_state_add()
1512 is->is_gre.gs_ptype = gre->gr_ptype; in ipf_state_add()
1513 if (GRE_REV(is->is_gre.gs_flags) == 1) { in ipf_state_add()