Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c56 PRINTF(" call %hx/%hx\n", ntohs(ips.is_gre.gs_call[0]),
57 ntohs(ips.is_gre.gs_call[1]));
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h112 #define is_gre is_ps.is_ug macro
113 #define is_call is_gre.gs_call
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1306 is->is_gre.gs_flags = gre->gr_flags;
1307 is->is_gre.gs_ptype = gre->gr_ptype;
1308 if (GRE_REV(is->is_gre.gs_flags) == 1) {