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

  /src/sys/external/bsd/ipf/netinet/
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)
1338 typedef struct ipfobj { struct
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 193 typedef struct ipfobj { struct
203 #define SIOCADNAT _IOW('r', 60, struct ipfobj)
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);

Completed in 17 milliseconds