Searched refs:getifname (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.h48 const char *(*getifname)(struct wlanstatfoo *); member in struct:wlanstatfoo
H A Dwlanstats.c1029 wf->base.getifname = wlan_getifname;
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dgetifname.c19 char *getifname(ptr) function
H A Dprintstate.c187 PRINTF("\tinterfaces: in %s[%s", getifname(sp->is_ifp[0]),
192 PRINTF(",%s[%s", getifname(sp->is_ifp[1]), sp->is_ifname[1]);
196 PRINTF(" out %s[%s", getifname(sp->is_ifp[2]), sp->is_ifname[2]);
200 PRINTF(",%s[%s", getifname(sp->is_ifp[3]), sp->is_ifname[3]);
H A Dprintactivenat.c113 PRINTF("\tifp %s", getifname(nat->nat_ifps[0]));
114 PRINTF(",%s ", getifname(nat->nat_ifps[1]));
H A DMakefile35 $(DEST)/getifname.o \
201 $(DEST)/getifname.o: $(LIBSRC)/getifname.c $(INCDEP)
202 $(CC) $(CCARGS) -c $(LIBSRC)/getifname.c -o $@
/freebsd-13-stable/sbin/ipf/libipf/
H A DMakefile16 gethost.c getifname.c geticmptype.c \
/freebsd-13-stable/share/examples/jails/
H A Djng298 if ngctl msg "$eiface:" getifname > /dev/null 2>&1; then
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1673 extern char *getifname(struct ifnet *);

Completed in 382 milliseconds