Home
last modified time | relevance | path

Searched refs:iface_Delete (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Diface.h61 extern int iface_Delete(struct iface *, struct ncp *, const struct ncpaddr *);
H A Diface.c516 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete() function
H A Dcommand.c3124 ok = iface_Delete(arg->bundle->iface, &arg->bundle->ncp, &ifa); in IfaceDeleteCommand()