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