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

  /external/libpcap/
nametoaddr.c 320 PCAP_API_DEF struct eproto eproto_db[] = { variable in typeref:struct:eproto
349 struct eproto *p = eproto_db;
  /external/tcpdump/
addrtoname.c 798 } eproto_db[] = { variable in typeref:struct:eproto
828 for (i = 0; eproto_db[i].s; i++) {
829 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
833 table->name = eproto_db[i].s;
834 table->addr = htons(eproto_db[i].p);
866 for (i = 0; eproto_db[i].s; i++) {
867 u_short etype = htons(eproto_db[i].p);
871 tp->p_name = strdup(eproto_db[i].s);
874 "init_protoidarray: strdup(eproto_db[i].s)");
    [all...]

Completed in 143 milliseconds