Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c786 } eproto_db[] = { variable
816 for (i = 0; eproto_db[i].s; i++) { in init_eprotoarray()
817 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1); in init_eprotoarray()
821 table->name = eproto_db[i].s; in init_eprotoarray()
822 table->addr = htons(eproto_db[i].p); in init_eprotoarray()
854 for (i = 0; eproto_db[i].s; i++) { in init_protoidarray()
855 u_short etype = htons(eproto_db[i].p); in init_protoidarray()
859 tp->p_name = strdup(eproto_db[i].s); in init_protoidarray()
/external/libpcap/
Dnametoaddr.c320 PCAP_API_DEF struct eproto eproto_db[] = { variable
349 struct eproto *p = eproto_db; in pcap_nametoeproto()