HomeSort by relevance Sort by last modified time
    Searched refs:eproto_db (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
nametoaddr.c 284 struct eproto eproto_db[] = { variable in typeref:struct:eproto
313 struct eproto *p = eproto_db;
  /external/tcpdump/
addrtoname.c 727 } 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);

Completed in 40 milliseconds