Home
last modified time | relevance | path

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

/freebsd/tools/tools/ifpifa/
H A Difpifa.c83 struct ifnethead ifnethead; in main() local
114 (char *) &ifnethead, sizeof(ifnethead)) != 0) in main()
117 for (ifnetaddr = (u_long) TAILQ_FIRST(&ifnethead); in main()
/freebsd/sys/net/
H A Dif_var.h89 CK_STAILQ_HEAD(ifnethead, ifnet); /* we use TAILQs so that the order of */
496 VNET_DECLARE(struct ifnethead, ifnet);
H A Dif.c309 VNET_DEFINE(struct ifnethead, ifnet); /* depend on static init XXX */