| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_fil.h | 41 # define SIOCADAFR _IOW('r', 60, struct ipfobj) 42 # define SIOCRMAFR _IOW('r', 61, struct ipfobj) 45 # define SIOCGETFS _IOWR('r', 64, struct ipfobj) 48 # define SIOCADIFR _IOW('r', 67, struct ipfobj) 49 # define SIOCRMIFR _IOW('r', 68, struct ipfobj) 51 # define SIOCINAFR _IOW('r', 70, struct ipfobj) 52 # define SIOCINIFR _IOW('r', 71, struct ipfobj) 55 # define SIOCFRZST _IOWR('r', 74, struct ipfobj) 56 # define SIOCZRLST _IOWR('r', 75, struct ipfobj) 57 # define SIOCAUTHW _IOWR('r', 76, struct ipfobj) [all …]
|
| H A D | ip_nat.h | 24 #define SIOCADNAT _IOW('r', 60, struct ipfobj) 25 #define SIOCRMNAT _IOW('r', 61, struct ipfobj) 26 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) 27 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) 28 #define SIOCPURGENAT _IOWR('r', 100, struct ipfobj) 30 #define SIOCADNAT _IOW(r, 60, struct ipfobj) 31 #define SIOCRMNAT _IOW(r, 61, struct ipfobj) 32 #define SIOCGNATS _IOWR(r, 62, struct ipfobj) 33 #define SIOCGNATL _IOWR(r, 63, struct ipfobj) 34 #define SIOCPURGENAT _IOWR(r, 100, struct ipfobj)
|
| H A D | ip_state.h | 15 # define SIOCDELST _IOW('r', 61, struct ipfobj) 17 # define SIOCDELST _IOW(r, 61, struct ipfobj)
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 193 typedef struct ipfobj { struct 203 #define SIOCADNAT _IOW('r', 60, struct ipfobj) argument 204 #define SIOCRMNAT _IOW('r', 61, struct ipfobj) 205 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) 206 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) 207 #define SIOCPURGENAT _IOWR('r', 100, struct ipfobj) 684 unsigned struct_ipfobj_sz = sizeof(ipfobj);
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 345 typedef struct ipfobj { struct 355 #define SIOCADNAT _IOW('r', 60, struct ipfobj) argument 356 #define SIOCRMNAT _IOW('r', 61, struct ipfobj) 357 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) 358 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) 359 #define SIOCPURGENAT _IOWR('r', 100, struct ipfobj) 846 unsigned struct_ipfobj_sz = sizeof(ipfobj);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cc | 345 typedef struct ipfobj { struct 355 #define SIOCADNAT _IOW('r', 60, struct ipfobj) argument 356 #define SIOCRMNAT _IOW('r', 61, struct ipfobj) 357 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) 358 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) 359 #define SIOCPURGENAT _IOWR('r', 100, struct ipfobj) 845 unsigned struct_ipfobj_sz = sizeof(ipfobj);
|