Searched refs:ipfobj (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
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) 845 unsigned struct_ipfobj_sz = sizeof(ipfobj);
|