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

/freebsd-11-stable/contrib/tcpdump/
H A Daddrtoname.c819 } eproto_db[] = { variable in typeref:struct:eproto
849 for (i = 0; eproto_db[i].s; i++) {
850 int j = htons(eproto_db[i].p) & (HASHNAMESIZE-1);
854 table->name = eproto_db[i].s;
855 table->addr = htons(eproto_db[i].p);
887 for (i = 0; eproto_db[i].s; i++) {
888 u_short etype = htons(eproto_db[i].p);
892 tp->p_name = strdup(eproto_db[i].s);
895 "init_protoidarray: strdup(eproto_db[i].s)");
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c570 PCAP_API struct eproto eproto_db[]; variable in typeref:struct:eproto
571 PCAP_API_DEF struct eproto eproto_db[] = { variable in typeref:struct:eproto
600 struct eproto *p = eproto_db;

Completed in 84 milliseconds