Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Diface.h61 extern int iface_Add(struct iface *, struct ncp *, const struct ncprange *,
H A Dipv6cp.c231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr, in ipcp_SetIPv6address()
H A Diface.c531 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() function
H A Dipcp.c687 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &hisncpaddr, in ipcp_SetIPaddress()
H A Dcommand.c3250 return !iface_Add(arg->bundle->iface, &arg->bundle->ncp, &ifa, &peer, how); in IfaceAddCommand()