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

/freebsd-current/sbin/ipf/libipf/
H A Dprintstate.c78 PRINTF("\tcall %hx/%hx\n", ntohs(sp->is_gre.gs_call[0]),
79 ntohs(sp->is_gre.gs_call[1]));
/freebsd-current/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;
1512 is->is_gre.gs_ptype = gre->gr_ptype;
1513 if (GRE_REV(is->is_gre.gs_flags) == 1) {

Completed in 551 milliseconds