HomeSort by: relevance | last modified time | path
    Searched refs:netbsd32_ifconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 434 struct netbsd32_ifconf { struct
444 #define OOSIOCGIFCONF32 _IOWR('i', 20, struct netbsd32_ifconf) /* get ifnet list */
445 #define OSIOCGIFCONF32 _IOWR('i', 36, struct netbsd32_ifconf) /* get ifnet list */
446 #define SIOCGIFCONF32 _IOWR('i', 38, struct netbsd32_ifconf) /* get ifnet list */
netbsd32_ioctl.c 179 netbsd32_to_ifconf(struct netbsd32_ifconf *s32p, struct ifconf *p, u_long cmd)
736 struct netbsd32_ifconf *s32p, u_long cmd)

Completed in 15 milliseconds