Searched refs:SIOCGETVLAN (Results 1 – 4 of 4) sorted by relevance
79 return ioctl(s, SIOCGETVLAN, (caddr_t)ifr); in getvlan()184 if (ioctl(s, SIOCGETVLAN, (caddr_t)&ifr) == -1) in DECL_CMD_FUNC()
86 if (ifconfig_err_ioctlreq(lifh) == SIOCGETVLAN) { in main()
76 #define SIOCGETVLAN SIOCGIFGENERIC macro
1929 case SIOCGETVLAN: in vlan_ioctl()