Home
last modified time | relevance | path

Searched refs:ifhead (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/indent/
H A Dparse.c60 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) { in parse()
159 if (ps.p_stack[ps.tos] != ifhead) in parse()
288 ps.p_stack[--ps.tos] = ifhead; in reduce()
H A Dindent_codes.h67 #define ifhead 30 macro
H A Dindent.c904 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c313 struct ifaddrs *ifhead, *ifa; in init() local
316 error = getifaddrs(&ifhead); in init()
330 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next) in init()
332 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next) in init()
334 freeifaddrs(ifhead); in init()
/freebsd/sbin/routed/
H A Ddefs.h326 LIST_HEAD(ifhead, interface);
454 extern struct ifhead ifnet; /* all interfaces */
455 extern struct ifhead remote_if; /* remote interfaces */
H A Dif.c36 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */
37 struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */