Searched refs:ipfobj (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_fil.h | 34 #define SIOCADAFR _IOW('r', 60, struct ipfobj) 35 #define SIOCRMAFR _IOW('r', 61, struct ipfobj) 38 #define SIOCGETFS _IOWR('r', 64, struct ipfobj) 41 #define SIOCADIFR _IOW('r', 67, struct ipfobj) 42 #define SIOCRMIFR _IOW('r', 68, struct ipfobj) 44 #define SIOCINAFR _IOW('r', 70, struct ipfobj) 45 #define SIOCINIFR _IOW('r', 71, struct ipfobj) 48 #define SIOCFRZST _IOWR('r', 74, struct ipfobj) 49 #define SIOCZRLST _IOWR('r', 75, struct ipfobj) 50 #define SIOCAUTHW _IOWR('r', 76, struct ipfobj) 1276 typedef struct ipfobj { global() struct 1284 ipfo_xxxpadipfobj global() argument [all...] |
H A D | ip_nat.h | 20 #define SIOCADNAT _IOW('r', 60, struct ipfobj) 21 #define SIOCRMNAT _IOW('r', 61, struct ipfobj) 22 #define SIOCGNATS _IOWR('r', 62, struct ipfobj) 23 #define SIOCGNATL _IOWR('r', 63, struct ipfobj) 24 #define SIOCPURGENAT _IOWR('r', 100, struct ipfobj)
|
H A D | ip_state.h | 11 # define SIOCDELST _IOW('r', 61, struct ipfobj)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/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);
|