Home
last modified time | relevance | path

Searched refs:ipfobj (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h34 #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)
[all …]
H A Dip_nat.h20 #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 Dip_state.h11 # define SIOCDELST _IOW('r', 61, struct ipfobj)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp345 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);