Searched refs:ifhead (Results 1 – 6 of 6) sorted by relevance
60 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()
67 #define ifhead 30 macro
904 ps.search_brace = opt.cuddle_else && ps.p_stack[ps.tos] == ifhead in main()
313 struct ifaddrs *ifhead, *ifa; in init() local316 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()
326 LIST_HEAD(ifhead, interface);454 extern struct ifhead ifnet; /* all interfaces */455 extern struct ifhead remote_if; /* remote interfaces */
36 struct ifhead ifnet = LIST_HEAD_INITIALIZER(ifnet); /* all interfaces */37 struct ifhead remote_if = LIST_HEAD_INITIALIZER(remote_if); /* remote interfaces */