Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/tools/ifpifa/
HDifpifa.c86 struct ifnethead ifnethead; in main() local
117 (char *) &ifnethead, sizeof(ifnethead)) != 0) in main()
120 for (ifnetaddr = (u_long) TAILQ_FIRST(&ifnethead); in main()
/freebsd-11-stable/sys/net/
HDif_var.h88 TAILQ_HEAD(ifnethead, ifnet); /* we use TAILQs so that the order of */
533 VNET_DECLARE(struct ifnethead, ifnet);
HDif.c283 VNET_DEFINE(struct ifnethead, ifnet); /* depend on static init XXX */