OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_ETHERS_FILE
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/pcap/
namedb.h
52
#ifndef
PCAP_ETHERS_FILE
53
#define
PCAP_ETHERS_FILE
"/etc/ethers"
/external/libpcap/
nametoaddr.c
441
fp = fopen(
PCAP_ETHERS_FILE
, "r");
/external/tcpdump/
addrtoname.c
864
fp = fopen(
PCAP_ETHERS_FILE
, "r");
Completed in 59 milliseconds