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

  /external/libpcap/
nametoaddr.c 278 struct eproto eproto_db[] = { variable in typeref:struct:eproto
307 struct eproto *p = eproto_db;
  /external/tcpdump/
addrtoname.c 766 } eproto_db[];
774 for (i = 0; eproto_db[i].s; i++) {
775 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
779 table->name = eproto_db[i].s;
780 table->addr = htons(eproto_db[i].p);
812 for (i = 0; eproto_db[i].s; i++) {
813 u_short etype = htons(eproto_db[i].p);
817 tp->p_name = strdup(eproto_db[i].s);

Completed in 73 milliseconds