Home
last modified time | relevance | path

Searched refs:print_iface (Results 1 – 2 of 2) sorted by relevance

/freebsd/share/examples/libifconfig/
H A Dstatus.c462 print_iface(ifconfig_handle_t *lifh, struct ifaddrs *ifa, void *udata __unused) in print_iface() function
530 if (ifconfig_foreach_iface(lifh, print_iface, NULL) != 0) { in main()
/freebsd/sbin/pfctl/
H A Dpfctl_table.c68 static void print_iface(struct pfi_kif *, int);
668 print_iface(p, opts); in pfctl_show_ifaces()
673 print_iface(struct pfi_kif *p, int opts) in print_iface() function