Home
last modified time | relevance | path

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

/third_party/libnl/python/netlink/route/links/
Dinet.py98 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/
Dipcp.h95 unsigned int proxy_arp :1; /* Make proxy ARP entry for peer? */
/third_party/lwip/src/netif/ppp/
Dipcp.c219 { "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/
Dinet.c147 __ADD(IPV4_DEVCONF_PROXY_ARP, proxy_arp),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h591 int proxy_arp; member
Dieee802_11_shared.c322 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
Dhostapd.c1327 if (conf->proxy_arp) { in hostapd_setup_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h601 int proxy_arp; member
Dieee802_11_shared.c354 if (hapd->conf->proxy_arp) in hostapd_ext_capab_byte()
Dhostapd.c1357 if (conf->proxy_arp) { in hostapd_setup_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3961 bss->proxy_arp = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4067 bss->proxy_arp = atoi(pos); in hostapd_config_fill()