Searched refs:ether_ntoa_r (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/tests/net/ |
H A D | ether_test.c | 134 ATF_TC_WITHOUT_HEAD(ether_ntoa_r); 135 ATF_TC_BODY(ether_ntoa_r, tc) in ATF_TC_BODY() argument 139 cp = ether_ntoa_r(ðer_ntoa_addr, buf); in ATF_TC_BODY() 182 ATF_TP_ADD_TC(tp, ether_ntoa_r); in ATF_TP_ADD_TCS()
|
/freebsd/lib/libc/net/ |
H A D | ether_addr.c | 115 ether_ntoa_r(const struct ether_addr *n, char *a) in ether_ntoa_r() function 131 return (ether_ntoa_r(n, a)); in ether_ntoa()
|
H A D | Symbol.map | 8 ether_ntoa_r;
|
H A D | Makefile.inc | 60 ethers.3 ether_ntoa_r.3 \
|
/freebsd/tools/tools/ifpifa/ |
H A D | ifpifa.c | 146 ether_ntoa_r((struct ether_addr * ) in main()
|
/freebsd/tools/tools/net80211/wlanwds/ |
H A D | wlanwds.c | 582 ether_ntoa_r((void *) cp.icp_bssid, bssid_str), in wds_vap_create() 583 ether_ntoa_r((void *) cp.icp_macaddr, macaddr_str)); in wds_vap_create()
|
/freebsd/sys/net/ |
H A D | ethernet.h | 475 char *ether_ntoa_r(const struct ether_addr *, char *);
|
/freebsd/share/examples/libifconfig/ |
H A D | status.c | 199 ether_ntoa_r((struct ether_addr *)LLADDR(sdl), in print_link_addr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4678 INTERCEPTOR(char *, ether_ntoa_r, __sanitizer_ether_addr *addr, char *buf) { 4680 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntoa_r, addr, buf); 4685 char *res = REAL(ether_ntoa_r)(addr, buf); 4702 COMMON_INTERCEPT_FUNCTION(ether_ntoa_r); \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1634 fun:ether_ntoa_r=uninstrumented
|