Searched refs:i_head (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/mail/
H A Dcmd2.c463 igp->i_link = tab->i_head[h];
464 tab->i_head[h] = igp;
487 for (igp = tab->i_head[h]; igp != NULL; igp = igp->i_link)
H A Ddef.h226 } *i_head[HSHSIZE]; member in struct:ignoretab
H A Dutil.c593 for (igp = table->i_head[hash(realfield)]; igp != NULL; igp = igp->i_link)
/freebsd-10.0-release/tools/tools/netmap/
H A Dpcap.c167 struct ifaddrs *i_head, *i; local
174 i_head = NULL;
176 if (getifaddrs(&i_head)) {
180 for (i = i_head; i; i = i->ifa_next) {
236 freeifaddrs(i_head);

Completed in 74 milliseconds