Searched refs:ip_fw (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dip_flowid.h85 struct ip_fw;
96 struct ip_fw *fwa_ipfw_rule; /* matching IPFW rule */
H A Dip_fw2.h365 struct ip_fw { struct
371 struct ip_fw *next; /* linked list of rules */
372 struct ip_fw *next_rule; /* ptr to next [skipto] rule */
397 #define RULESIZE(rule) (sizeof(struct ip_fw) + \
398 ((struct ip_fw *)(rule))->cmd_len * 4 - 4)
433 struct ip_fw *rule; /* pointer to rule */
454 struct ip_fw *rule; /* pointer to rule */
H A Dip_fw.h89 struct ip_fw { struct
144 struct ip_fw rule; /* must be at offset 0 */
168 struct ip_fw *rule;
H A Dip_fw2.c94 #include <netinet/ip_fw.h>
150 static struct ip_fw *layer3_chain;
178 &fw_debug, 0, "Enable printing of debug ip_fw statements");
353 ((struct ip_fw *)(rule))->cmd_len * 4 - 4)
356 ((struct ip_fw *)(rule))->cmd_len * 4 - 4)
477 struct ip_fw *rule;
501 struct ip_fw *rule;
521 copyto32fw_insn( struct ip_fw_32 *fw32 , struct ip_fw *user_ip_fw, int cmdsize)
555 copyto64fw_insn( struct ip_fw_64 *fw64 , struct ip_fw *user_ip_fw, int cmdsize)
589 copyto32fw( struct ip_fw *user_ip_f
[all...]
H A DMakefile24 ip_fw.h ip_fw2.h \
H A Dip_fw2_compat.h7 void ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version, int is64user);
8 int ipfw_convert_to_latest(struct sockopt *sopt, struct ip_fw *rule, int api_version, int is64user);
104 struct ip_fw rule; /* must be at offset 0 */
390 * Warning: setsockopt() will fail if sizeof(struct ip_fw) > MLEN (108)
H A Dip_dummynet.h164 struct ip_fw *dn_ipfw_rule; /* matching IPFW rule */
687 static __inline struct ip_fw *
H A Dip_fw2_compat.c45 #include <netinet/ip_fw.h>
394 ipfw_print_vers2_struct(struct ip_fw *vers2_rule)
1566 ipfw_version_latest_to_zero(struct ip_fw *curr_rule, struct ip_old_fw *rule_vers0, int is64user)
1629 ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version, int is64user)
1663 /* from ip_fw.c */
1977 ipfw_convert_to_cmds_32(struct ip_fw *curr_rule, struct ip_fw_compat_32 *compat_rule)
1988 /* preemptively check the old ip_fw rule to
2521 ipfw_convert_to_cmds_64(struct ip_fw *curr_rule, struct ip_fw_compat_64 *compat_rule)
2532 /* preemptively check the old ip_fw rule to
3060 ipfw_version_one_to_version_two_32(struct sockopt *sopt, struct ip_fw *curr_rul
[all...]
H A Dip_divert.c91 #include <netinet/ip_fw.h>
H A Draw_ip.c101 #include <netinet/ip_fw.h>
H A Dip_dummynet.c102 #include <netinet/ip_fw.h>
109 static struct ip_fw default_rule;
2285 /* remove references to this pipe from the ip_fw rules. */
2319 /* remove references to this flow_set from the ip_fw rules. */
H A Dip_input.c117 #include <netinet/ip_fw.h>
H A Dip_output.c131 #include <netinet/ip_fw.h>
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_input.c153 #include <netinet/ip_fw.h>
H A Dip6_output.c153 #include <netinet/ip_fw.h>

Completed in 173 milliseconds