Lines Matching refs:hnamemem
81 struct hnamemem { struct
84 struct hnamemem *nxt; argument
87 static struct hnamemem hnametable[HASHNAMESIZE];
88 static struct hnamemem tporttable[HASHNAMESIZE];
89 static struct hnamemem uporttable[HASHNAMESIZE];
90 static struct hnamemem eprototable[HASHNAMESIZE];
91 static struct hnamemem dnaddrtable[HASHNAMESIZE];
92 static struct hnamemem ipxsaptable[HASHNAMESIZE];
235 struct hnamemem *p; in getname()
606 register struct hnamemem *tp; in etherproto_string()
694 register struct hnamemem *tp; in tcpport_string()
715 register struct hnamemem *tp; in udpport_string()
737 register struct hnamemem *tp; in ipxsap_string()
765 register struct hnamemem *table; in init_servarray()
826 register struct hnamemem *table; in init_eprotoarray()
1178 register struct hnamemem *table; in init_ipxsaparray()
1220 register struct hnamemem *tp; in dnaddr_string()
1238 struct hnamemem *
1241 register struct hnamemem *p; in newhnamemem()
1242 static struct hnamemem *ptr = NULL; in newhnamemem()
1247 ptr = (struct hnamemem *)calloc(num, sizeof (*ptr)); in newhnamemem()