Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difgif.c67 if (ioctl(s, GIFGOPTS, &ifr) == -1) in gif_status()
71 if (ioctl_va(s, GIFGOPTS, &ifr, 3, offset, ifr.ifr_data, clen) == -1) in gif_status()
87 if (ioctl(s, GIFGOPTS, &ifr) == -1) {
91 if (ioctl_va(s, GIFGOPTS, &ifr, 3, offset, ifr.ifr_data, clen) == -1) {
/f-stack/freebsd/net/
H A Dif_gif.h123 #define GIFGOPTS _IOWR('i', 150, struct ifreq) macro
H A Dif_gif.c652 case GIFGOPTS: in gif_ioctl()
/f-stack/tools/compat/include/net/
H A Dif_gif.h123 #define GIFGOPTS _IOWR('i', 150, struct ifreq) macro