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

/freebsd-13-stable/usr.bin/indent/
H A Dindent_codes.h70 #define ifhead 30 macro
H A Dparse.c68 while (ps.p_stack[ps.tos] == ifhead && tk != elselit) {
167 if (ps.p_stack[ps.tos] != ifhead)
296 ps.p_stack[--ps.tos] = ifhead;
H A Dindent.c913 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead
/freebsd-13-stable/usr.sbin/rarpd/
H A Drarpd.c323 struct ifaddrs *ifhead, *ifa; local
326 error = getifaddrs(&ifhead);
340 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next)
342 for (ifa = ifhead; ifa != NULL; ifa = ifa->ifa_next)
344 freeifaddrs(ifhead);
/freebsd-13-stable/sbin/routed/
H A Ddefs.h333 LIST_HEAD(ifhead, interface);
461 extern struct ifhead ifnet; /* all interfaces */
462 extern struct ifhead remote_if; /* remote interfaces */
H A Dif.c41 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */
42 struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */

Completed in 67 milliseconds