/freebsd/lib/libc/tests/net/ |
H A D | ether_test.c | 147 ATF_TC_WITHOUT_HEAD(ether_ntoa); 148 ATF_TC_BODY(ether_ntoa, tc) in ATF_TC_BODY() argument 152 cp = ether_ntoa(ðer_ntoa_addr); in ATF_TC_BODY() 183 ATF_TP_ADD_TC(tp, ether_ntoa); in ATF_TP_ADD_TCS()
|
/freebsd/tools/tools/ether_reflect/ |
H A D | ether_reflect.c | 140 ether_ntoa((const struct ether_addr*) in main() 143 ether_ntoa((const struct ether_addr*) in main()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | bnep.c | 371 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_setup_connection_req() 393 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_setup_connection_rsp() 460 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_filter_net_type_set() 482 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_filter_net_type_rsp() 550 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_filter_multi_addr_set() 571 ether_ntoa((struct ether_addr *)chan->raddr), rsp); in bnep_recv_filter_multi_addr_rsp()
|
H A D | tap.c | 105 ether_ntoa((struct ether_addr *)&ifr.ifr_addr.sa_data)); in tap_init()
|
/freebsd/lib/libc/net/ |
H A D | ether_addr.c | 127 ether_ntoa(const struct ether_addr *n) in ether_ntoa() function 160 ether_a = ether_ntoa(e); in ether_ntohost()
|
H A D | Symbol.map | 7 ether_ntoa;
|
H A D | Makefile.inc | 59 ethers.3 ether_ntoa.3 \
|
/freebsd/libexec/bootpd/ |
H A D | trylook.c | 12 extern char *ether_ntoa();
|
/freebsd/usr.sbin/wlanstats/ |
H A D | main.c | 105 ether_ntoa((const struct ether_addr*) macaddr)); 107 fprintf(fd, "%s:\n", ether_ntoa((const struct ether_addr*) macaddr));
|
H A D | wlanstats.c | 533 ether_ntoa((const struct ether_addr*) wf->mac)); in wlan_collect() 542 ether_ntoa((const struct ether_addr*) wf->mac)); in wlan_collect()
|
/freebsd/sbin/ifconfig/ |
H A D | ifbridge.c | 140 printf("%s%s Vlan%d %s %lu ", prefix, ether_ntoa(&ea), in bridge_addresses() 165 ether_ntoa((struct ether_addr *)lladdr), in bridge_status() 177 ether_ntoa((struct ether_addr *)lladdr), in bridge_status()
|
H A D | af_link.c | 58 char *ether_format = ether_ntoa(addr); in print_ether()
|
H A D | ifieee80211.c | 3790 , ether_ntoa((const struct ether_addr *) sr->isr_bssid) in list_scan() 3957 , ether_ntoa((const struct ether_addr*) in list_stations() 3972 , ether_ntoa((const struct ether_addr*) in list_stations() 4567 printf("%c%s\n", c, ether_ntoa( in list_mac() 4645 ether_ntoa((const struct ether_addr *)rt->imr_dest)); in list_mesh() 4647 ether_ntoa((const struct ether_addr *)rt->imr_nexthop), in list_mesh() 4939 printf(" bssid %s", ether_ntoa((struct ether_addr *)data)); in ieee80211_status()
|
/freebsd/tools/regression/ethernet/ethermulti/ |
H A D | ethermulti.c | 179 ether_ntoa(&ea)); in test_ether_multi()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 626 ether_ntoa((struct ether_addr *)LLADDR(sdl))); in print_entry() 885 ether_ntoa(hwaddr)); in get_ether_addr()
|
H A D | arp_netlink.c | 212 ether_ntoa((struct ether_addr *)LLADDR(&sdl))); in print_entry()
|
/freebsd/sys/net/ |
H A D | ethernet.h | 474 char *ether_ntoa(const struct ether_addr *);
|
/freebsd/sbin/etherswitchcfg/ |
H A D | etherswitchcfg.c | 517 ether_ntoa((void *) &e.es_macaddr), in atu_dump() 564 ether_ntoa(&cfg->conf.switch_macaddr)); in print_config()
|
/freebsd/usr.sbin/ifmcstat/ |
H A D | ifmcstat.c | 501 ether_ntoa((struct ether_addr *)LLADDR(&sdl)), in if6_addrlist() 584 ether_ntoa((struct ether_addr *)LLADDR(&sdl)), in if_addrlist()
|
/freebsd/contrib/hyperv/tools/ |
H A D | hv_kvp_daemon.c | 588 mac_addr = strdup(ether_ntoa((struct ether_addr *)(LLADDR(sdl)))); in kvp_if_name_to_mac() 619 buf_ptr = strdup(ether_ntoa((struct ether_addr *)(LLADDR(sdl)))); in kvp_mac_to_if_name()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 195 #define ETHERSPRINT printf("%-17s %s\n", ether_ntoa(eap), hp) in ethers()
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 686 printf("lladdr %s ", ether_ntoa(ll)); in print_nlmsg_neigh()
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 893 strlcpy(hbuf, ether_ntoa((struct ether_addr *)LLADDR(sdl)), in ether_str()
|
/freebsd/tools/tools/netmap/ |
H A D | pkt-gen.c | 127 ether_ntoa(const struct ether_addr *n) in ether_ntoa() function 517 D("%s starts at %s", r->name, ether_ntoa(&r->start)); in extract_mac_range()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 4605 INTERCEPTOR(char *, ether_ntoa, __sanitizer_ether_addr *addr) { 4607 COMMON_INTERCEPTOR_ENTER(ctx, ether_ntoa, addr); 4609 char *res = REAL(ether_ntoa)(addr); 4622 COMMON_INTERCEPT_FUNCTION(ether_ntoa); \
|