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

/haiku-fatelf/src/bin/network/tcpdump/
H A Daddrtoname.c727 } eproto_db[];
735 for (i = 0; eproto_db[i].s; i++) {
736 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
740 table->name = eproto_db[i].s;
741 table->addr = htons(eproto_db[i].p);
773 for (i = 0; eproto_db[i].s; i++) {
774 u_short etype = htons(eproto_db[i].p);
778 tp->p_name = strdup(eproto_db[i].s);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dnametoaddr.c284 struct eproto eproto_db[] = { variable in typeref:struct:eproto
313 struct eproto *p = eproto_db;

Completed in 18 milliseconds