Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.h434 struct netbsd32_ifconf { struct
444 #define OOSIOCGIFCONF32 _IOWR('i', 20, struct netbsd32_ifconf) /* get ifnet list */ argument
445 #define OSIOCGIFCONF32 _IOWR('i', 36, struct netbsd32_ifconf) /* get ifnet list */
446 #define SIOCGIFCONF32 _IOWR('i', 38, struct netbsd32_ifconf) /* get ifnet list */
Dnetbsd32_ioctl.c179 netbsd32_to_ifconf(struct netbsd32_ifconf *s32p, struct ifconf *p, u_long cmd) in netbsd32_to_ifconf()
736 struct netbsd32_ifconf *s32p, u_long cmd) in netbsd32_from_ifconf()