Searched refs:iface_Add (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | iface.h | 61 extern int iface_Add(struct iface *, struct ncp *, const struct ncprange *,
|
H A D | ipv6cp.c | 231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr, in ipcp_SetIPv6address()
|
H A D | iface.c | 509 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() function
|
H A D | ipcp.c | 687 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &hisncpaddr, in ipcp_SetIPaddress()
|
H A D | command.c | 3254 return !iface_Add(arg->bundle->iface, &arg->bundle->ncp, &ifa, &peer, how); in IfaceAddCommand()
|