Home
last modified time | relevance | path

Searched refs:iface_Add (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Diface.h59 extern int iface_Add(struct iface *, struct ncp *, const struct ncprange *,
H A Dipv6cp.c230 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr, in ipcp_SetIPv6address()
H A Diface.c431 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() function
H A Dipcp.c676 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &hisncpaddr, in ipcp_SetIPaddress()
H A Dcommand.c3100 return !iface_Add(arg->bundle->iface, &arg->bundle->ncp, &ifa, &peer, how); in IfaceAddCommand()