Home
last modified time | relevance | path

Searched refs:IPFW_TABLE_MAC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ipfw/
H A Dtables.c79 { "mac", IPFW_TABLE_MAC },
1240 case IPFW_TABLE_MAC: in tentry_fill_key_type()
1915 case IPFW_TABLE_MAC: in table_show_entry()
/freebsd/sys/netinet/
H A Dip_fw.h843 #define IPFW_TABLE_MAC 5 /* Table for holding mac address prefixes */ macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c2448 *ptype = IPFW_TABLE_MAC; in classify_srcdst()
2481 *ptype = IPFW_TABLE_MAC; in classify_mac_lookup()
H A Dip_fw_table_algo.c4325 .type = IPFW_TABLE_MAC,