Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dsockio.h106 #define SIOCSLIFPHYADDR _IOW('i', 74, struct if_laddrreq) /* set gif addrs */ macro
/freebsd-10-stable/contrib/netbsd-tests/net/if_gif/
Dt_gif.sh559 atf_check -s exit:0 -e match:SIOCSLIFPHYADDR \
574 atf_check -s exit:0 -e match:SIOCSLIFPHYADDR \
/freebsd-10-stable/sys/net/
Dif.c2613 case SIOCSLIFPHYADDR: in ifhwioctl()