Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dncpaddr.h101 extern int ncprange_getwidth(const struct ncprange *, int *);
H A Dfilter.c315 if (!ncprange_getwidth(&fe.f_src, &width)) in filter_Parse()
331 if (!ncprange_getwidth(&fe.f_dst, &width)) in filter_Parse()
H A Dncpaddr.c827 ncprange_getwidth(const struct ncprange *range, int *width) in ncprange_getwidth() function
H A Diface.c791 ncprange_getwidth(&iface->addr[f].ifa, &width); in iface_Show()
H A Dradius.c418 ncprange_getwidth(&dest, &width); in radius_Process()