Searched refs:proxy_arp (Results 1 – 12 of 12) sorted by relevance
/third_party/libnl/python/netlink/route/links/ |
D | inet.py | 98 def proxy_arp(self): member in InetLink 101 @proxy_arp.setter 102 def proxy_arp(self, value): member in InetLink
|
/third_party/lwip/src/include/netif/ppp/ |
D | ipcp.h | 95 unsigned int proxy_arp :1; /* Make proxy ARP entry for peer? */
|
/third_party/lwip/src/netif/ppp/ |
D | ipcp.c | 219 { "proxyarp", o_bool, &ipcp_wantoptions[0].proxy_arp, 220 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, 221 { "noproxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp, 223 &ipcp_wantoptions[0].proxy_arp }, 224 { "-proxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp, 226 &ipcp_wantoptions[0].proxy_arp }, 645 ao->proxy_arp = 1; in ipcp_init() 1867 if (wo->proxy_arp) 2018 if (ho->hisaddr != 0 && ipcp_wantoptions[f->unit].proxy_arp) in ipcp_up() 2077 if (ho->hisaddr != 0 && wo->proxy_arp) in ipcp_up()
|
/third_party/libnl/lib/route/link/ |
D | inet.c | 147 __ADD(IPV4_DEVCONF_PROXY_ARP, proxy_arp),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_config.h | 591 int proxy_arp; member
|
D | ieee802_11_shared.c | 322 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
|
D | hostapd.c | 1327 if (conf->proxy_arp) { in hostapd_setup_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_config.h | 601 int proxy_arp; member
|
D | ieee802_11_shared.c | 354 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
|
D | hostapd.c | 1357 if (conf->proxy_arp) { in hostapd_setup_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 3961 bss->proxy_arp = atoi(pos);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 4067 bss->proxy_arp = atoi(pos); in hostapd_config_fill()
|