Home
last modified time | relevance | path

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

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