OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ether_ntohost
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/net/
ethers.c
39
__weak_alias(
ether_ntohost
,_ether_ntohost)
82
ether_ntohost
(char *hostname, const struct ether_addr *e)
function in typeref:typename:int
Makefile.inc
57
ethers.3 ether_ntoa.3 ethers.3
ether_ntohost
.3
/src/sys/net/
if_ether.h
434
int
ether_ntohost
(char *, const struct ether_addr *);
/src/usr.sbin/isibootd/
isibootd.c
195
if (
ether_ntohost
(clientname, (struct ether_addr *)fp->src)) {
/src/usr.sbin/rarpd/
rarpd.c
585
if (
ether_ntohost
(ename, (struct ether_addr *)&ep->ether_shost) != 0) {
/src/usr.bin/getent/
getent.c
230
if (
ether_ntohost
(hp, eap) != 0) {
/src/usr.sbin/ndbootd/
ndbootd.c
572
if (
ether_ntohost
(hostname_buffer, (struct ether_addr *) ether_packet->ether_shost)) {
/src/lib/libc/include/
namespace.h
318
#define
ether_ntohost
_ether_ntohost
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4369
INTERCEPTOR(int,
ether_ntohost
, char *hostname, __sanitizer_ether_addr *addr) {
4371
COMMON_INTERCEPTOR_ENTER(ctx,
ether_ntohost
, hostname, addr);
4376
int res = REAL(
ether_ntohost
)(hostname, addr);
4410
COMMON_INTERCEPT_FUNCTION(
ether_ntohost
); \
Completed in 118 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025