Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libpcap/
HDpcap-linux.c2732 #ifdef ARPHRD_LOOPBACK
2733 case ARPHRD_LOOPBACK:
3215 case ARPHRD_LOOPBACK:
/freebsd-11-stable/sys/compat/linux/
HDlinux_ioctl.c2367 #define ARPHRD_LOOPBACK 772 macro
2378 lsa.sa_family = ARPHRD_LOOPBACK; in linux_gifhwaddr()