Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/ppp/
HDiface.h61 extern int iface_Add(struct iface *, struct ncp *, const struct ncprange *,
HDipv6cp.c231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr, in ipcp_SetIPv6address()
HDiface.c531 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() function
HDipcp.c687 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &hisncpaddr, in ipcp_SetIPaddress()
HDcommand.c3250 return !iface_Add(arg->bundle->iface, &arg->bundle->ncp, &ifa, &peer, how); in IfaceAddCommand()