Searched refs:eproto_db (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Daddrtoname.c763 } eproto_db[];
771 for (i = 0; eproto_db[i].s; i++) {
772 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
776 table->name = eproto_db[i].s;
777 table->addr = htons(eproto_db[i].p);
809 for (i = 0; eproto_db[i].s; i++) {
810 u_short etype = htons(eproto_db[i].p);
814 tp->p_name = strdup(eproto_db[i].s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dnametoaddr.c283 struct eproto eproto_db[] = { variable in typeref:struct:eproto
312 struct eproto *p = eproto_db;

Completed in 60 milliseconds