Lines Matching refs:table
691 register struct hnamemem *table;
699 table = &tporttable[i];
701 table = &uporttable[i];
705 while (table->name)
706 table = table->nxt;
709 table->name = strdup(buf);
711 table->name = strdup(sv->s_name);
712 table->addr = port;
713 table->nxt = newhnamemem();
733 register struct hnamemem *table;
737 table = &eprototable[j];
738 while (table->name)
739 table = table->nxt;
740 table->name = eproto_db[i].s;
741 table->addr = htons(eproto_db[i].p);
742 table->nxt = newhnamemem();
800 * Initialize the ethers hash table. We take two different approaches
803 * and etheraddr_string() fills in the table on demand. If it doesn't,
1081 register struct hnamemem *table;
1085 table = &ipxsaptable[j];
1086 while (table->name)
1087 table = table->nxt;
1088 table->name = ipxsap_db[i].s;
1089 table->addr = htons(ipxsap_db[i].v);
1090 table->nxt = newhnamemem();