Home
last modified time | relevance | path

Searched refs:arp_SetProxy (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/ppp/
H A Darp.h35 extern int arp_SetProxy(struct bundle *, struct in_addr);
H A Darp.c147 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy() function
167 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy() function
H A Dipcp.c851 ipcp_proxyarp(ipcp, arp_SetProxy, addr); in ipcp_IfaceAddrAdded()