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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dnametoaddr.c283 struct eproto eproto_db[] = { variable in typeref:struct:eproto
312 struct eproto *p = eproto_db;
/macosx-10.10.1/tcpdump-61/tcpdump/
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);

Completed in 134 milliseconds