Home | History | Annotate | Download | only in pppd

Lines Matching refs:proxy_arp

201     { "proxyarp", o_bool, &ipcp_wantoptions[0].proxy_arp,
202 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp },
203 { "noproxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
205 &ipcp_wantoptions[0].proxy_arp },
206 { "-proxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
208 &ipcp_wantoptions[0].proxy_arp },
609 ao->proxy_arp = 1;
1766 if (wo->proxy_arp)
1881 if (ho->hisaddr != 0 && ipcp_wantoptions[f->unit].proxy_arp)
1931 if (ho->hisaddr != 0 && ipcp_wantoptions[f->unit].proxy_arp)