Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Daf_link.c70 int n, rc, sock_hw; in link_status() local
108 if ((sock_hw = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) { in link_status()
112 rc = ioctl(sock_hw, SIOCGHWADDR, &ifr); in link_status()
113 close(sock_hw); in link_status()