Lines Matching refs:hnamemem
80 struct hnamemem {
83 struct hnamemem *nxt;
86 static struct hnamemem hnametable[HASHNAMESIZE];
87 static struct hnamemem tporttable[HASHNAMESIZE];
88 static struct hnamemem uporttable[HASHNAMESIZE];
89 static struct hnamemem eprototable[HASHNAMESIZE];
90 static struct hnamemem dnaddrtable[HASHNAMESIZE];
91 static struct hnamemem ipxsaptable[HASHNAMESIZE];
226 static struct hnamemem *p; /* static for longjmp() */
582 register struct hnamemem *tp;
665 register struct hnamemem *tp;
684 register struct hnamemem *tp;
704 register struct hnamemem *tp;
730 register struct hnamemem *table;
772 register struct hnamemem *table;
1120 register struct hnamemem *table;
1162 register struct hnamemem *tp;
1179 /* Return a zero'ed hnamemem struct and cuts down on calloc() overhead */
1180 struct hnamemem *
1183 register struct hnamemem *p;
1184 static struct hnamemem *ptr = NULL;
1189 ptr = (struct hnamemem *)calloc(num, sizeof (*ptr));