Lines Matching refs:hnamemem
84 struct hnamemem { struct
87 struct hnamemem *nxt; argument
90 struct hnamemem hnametable[HASHNAMESIZE];
91 struct hnamemem tporttable[HASHNAMESIZE];
92 struct hnamemem uporttable[HASHNAMESIZE];
93 struct hnamemem eprototable[HASHNAMESIZE];
94 struct hnamemem dnaddrtable[HASHNAMESIZE];
95 struct hnamemem ipxsaptable[HASHNAMESIZE];
230 static struct hnamemem *p; /* static for longjmp() */ in getname()
543 register struct hnamemem *tp; in etherproto_string()
626 register struct hnamemem *tp; in tcpport_string()
645 register struct hnamemem *tp; in udpport_string()
665 register struct hnamemem *tp; in ipxsap_string()
691 register struct hnamemem *table; in init_servarray()
733 register struct hnamemem *table; in init_eprotoarray()
1081 register struct hnamemem *table; in init_ipxsaparray()
1123 register struct hnamemem *tp; in dnaddr_string()
1141 struct hnamemem *
1144 register struct hnamemem *p; in newhnamemem()
1145 static struct hnamemem *ptr = NULL; in newhnamemem()
1150 ptr = (struct hnamemem *)calloc(num, sizeof (*ptr)); in newhnamemem()