OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ether_line
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libc/net/
ethers.c
37
__weak_alias(
ether_line
,_ether_line)
119
ypbuflen =
ether_line
(ypbuf, &try, hostname);
126
if (
ether_line
(p, &try, hostname) == 0 &&
173
ypbuflen =
ether_line
(ypbuf, e, try);
180
if (
ether_line
(p, e, try) == 0 && strcmp(hostname, try) == 0)
194
ether_line
(const char *l, struct ether_addr *e, char *hostname)
function
/src/usr.sbin/ypserv/stdethers/
stdethers.c
82
if (
ether_line
(p, ð_addr, hostname) == 0)
/src/sys/net/
if_ether.h
436
int
ether_line
(const char *, struct ether_addr *, char *);
/src/lib/libc/include/
namespace.h
316
#define
ether_line
_ether_line
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4393
INTERCEPTOR(int,
ether_line
, char *line, __sanitizer_ether_addr *addr,
4396
COMMON_INTERCEPTOR_ENTER(ctx,
ether_line
, line, addr, hostname);
4401
int res = REAL(
ether_line
)(line, addr, hostname);
4412
COMMON_INTERCEPT_FUNCTION(
ether_line
);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
4642
INTERCEPTOR(int,
ether_line
, char *line, __sanitizer_ether_addr *addr,
4645
COMMON_INTERCEPTOR_ENTER(ctx,
ether_line
, line, addr, hostname);
4650
int res = REAL(
ether_line
)(line, addr, hostname);
4661
COMMON_INTERCEPT_FUNCTION(
ether_line
);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
4636
INTERCEPTOR(int,
ether_line
, char *line, __sanitizer_ether_addr *addr,
4639
COMMON_INTERCEPTOR_ENTER(ctx,
ether_line
, line, addr, hostname);
4644
int res = REAL(
ether_line
)(line, addr, hostname);
4655
COMMON_INTERCEPT_FUNCTION(
ether_line
);
Completed in 60 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026