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

/freebsd-13-stable/sbin/ifconfig/
H A Daf_link.c66 int n, rc, sock_hw; local
104 if ((sock_hw = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
108 rc = ioctl(sock_hw, SIOCGHWADDR, &ifr);
109 close(sock_hw);

Completed in 108 milliseconds