Home
last modified time | relevance | path

Searched refs:ether_aton (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h148 extern int ether_aton(char *, uchar_t *);
152 extern struct ether_addr *ether_aton(const char *);
/illumos-gate/usr/src/cmd/getent/
H A Ddogetethers.c66 if ((e = ether_aton(*list)) != NULL) { in dogetethers()
/illumos-gate/usr/src/uts/common/io/
H A Detheraddr.c94 ether_aton(char *addr, uchar_t *macaddr) in ether_aton() function
H A Dstrplumb.c562 boot_maclen = ether_aton(macstr, boot_macaddr); in strplumb_get_netdev_path()
/illumos-gate/usr/src/cmd/bhyve/
H A Dnet_utils.c55 ea = ether_aton(mac_str); in net_parsemac()
/illumos-gate/usr/src/man/man3socket/
H A DMakefile63 ether_aton.3socket \
134 ether_aton.3socket := LINKSRC = ethers.3socket
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c310 ether_aton(const char *s) in ether_aton() function
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h413 struct ether_addr *ether_aton(const char *);
/illumos-gate/usr/src/lib/libsocket/common/
H A Dmapfile-vers152 ether_aton;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3socket.inc27 link path=usr/share/man/man3socket/ether_aton.3socket target=ethers.3socket
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c848 ep = ether_aton(hostname); in pf_etheraddr_match()
H A Dsnoop_filter.c1846 ep = ether_aton(hostname); in etheraddr_match()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c1643 if (ether_aton(mac, xnbp->xnb_mac_addr) != ETHERADDRL) { in xnb_read_xs_config()
H A Dxnf.c913 if (ether_aton(mac, xnfp->xnf_mac_addr) != ETHERADDRL) { in xnf_read_config()