Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Daf_link.c115 int rc, sock_hw; in link_status() local
140 if ((sock_hw = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) { in link_status()
144 rc = ioctl(sock_hw, SIOCGHWADDR, &ifr); in link_status()
145 close(sock_hw); in link_status()