Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difgre.c116 if (ioctl(s, GRESPORT, (caddr_t)&ifr) < 0) in setifgreport()
120 if (ioctl_va(s, GRESPORT, (caddr_t)&ifr, 3, offset, ifr.ifr_data, clen) < 0) in setifgreport()
/f-stack/freebsd/net/
H A Dif_gre.h175 #define GRESPORT _IOW('i', 112, struct ifreq) macro
H A Dif_gre.c301 case GRESPORT: in gre_ioctl()
317 } else if (cmd == GRESPORT) { in gre_ioctl()
354 if (cmd == GRESPORT) in gre_ioctl()
/f-stack/tools/compat/include/net/
H A Dif_gre.h175 #define GRESPORT _IOW('i', 112, struct ifreq) macro
/f-stack/freebsd/netinet6/
H A Dip6_gre.c412 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in6_gre_setopts()
436 case GRESPORT: in in6_gre_setopts()
/f-stack/freebsd/netinet/
H A Dip_gre.c410 MPASS(cmd == GRESKEY || cmd == GRESOPTS || cmd == GRESPORT); in in_gre_setopts()
434 case GRESPORT: in in_gre_setopts()