Home
last modified time | relevance | path

Searched refs:ETHER_FILE_PATH (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Dether.c7 #define ETHER_FILE_PATH "/etc/ethers" macro
91 if (!(f = fopen(ETHER_FILE_PATH, "r"))) in ether_ntohost()
125 if (!(f = fopen(ETHER_FILE_PATH, "r"))) { in ether_hostton()
/third_party/musl/src/network/
H A Dether.c9 #define ETHER_FILE_PATH "/etc/ethers" macro
99 if (!(f = fopen(ETHER_FILE_PATH, "r"))) in ether_ntohost()
137 if (!(f = fopen(ETHER_FILE_PATH, "r"))) { in ether_hostton()

Completed in 2 milliseconds