Searched refs:ARPT_BASE_CTL (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_arp/ |
D | arp_tables.h | 143 #define ARPT_BASE_CTL 96 /* base for firewall socket options */ macro 145 #define ARPT_SO_SET_REPLACE (ARPT_BASE_CTL) 146 #define ARPT_SO_SET_ADD_COUNTERS (ARPT_BASE_CTL + 1) 149 #define ARPT_SO_GET_INFO (ARPT_BASE_CTL) 150 #define ARPT_SO_GET_ENTRIES (ARPT_BASE_CTL + 1)
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | arp_tables.c | 1232 = { { NULL, NULL }, PF_INET, ARPT_BASE_CTL, ARPT_SO_SET_MAX+1, do_arpt_set_ctl, 1233 ARPT_BASE_CTL, ARPT_SO_GET_MAX+1, do_arpt_get_ctl, 0, NULL };
|