Home
last modified time | relevance | path

Searched refs:IPFW_TLV_EACTION_NAME (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64clat.h49 #define IPFW_TLV_NAT64CLAT_NAME IPFW_TLV_EACTION_NAME(V_nat64clat_eid)
H A Dnat64stl.h54 #define IPFW_TLV_NAT64STL_NAME IPFW_TLV_EACTION_NAME(V_nat64stl_eid)
H A Dnat64lsn.h184 #define IPFW_TLV_NAT64LSN_NAME IPFW_TLV_EACTION_NAME(V_nat64lsn_eid)
/f-stack/tools/ipfw/
H A Dnptv6.c149 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */ in nptv6_fill_ntlv()
H A Dnat64clat.c161 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */ in nat64clat_fill_ntlv()
H A Dnat64stl.c193 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */ in nat64stl_fill_ntlv()
H A Dnat64lsn.c318 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */ in nat64lsn_fill_ntlv()
H A Dnat.c958 ntlv->head.type = IPFW_TLV_EACTION_NAME(1); /* it doesn't matter */ in nat_fill_ntlv()
H A Dipfw2.c1961 cmd->arg1, IPFW_TLV_EACTION_NAME( in print_action_instruction()
5529 if (IPFW_TLV_EACTION_NAME(ntlv[i].idx) != type) in lookup_eaction_name()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h831 #define IPFW_TLV_EACTION_NAME(arg) (IPFW_TLV_EACTION_BASE + (arg)) macro
/f-stack/freebsd/netinet/
H A Dip_fw.h831 #define IPFW_TLV_EACTION_NAME(arg) (IPFW_TLV_EACTION_BASE + (arg)) macro
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c67 #define IPFW_TLV_NPTV6_NAME IPFW_TLV_EACTION_NAME(V_nptv6_eid)