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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.h338 struct ip_fw { struct
344 struct ip_fw *next; /* linked list of rules */
345 struct ip_fw *next_rule; /* ptr to next [skipto] rule */
370 #define RULESIZE(rule) (sizeof(struct ip_fw) + \
371 ((struct ip_fw *)(rule))->cmd_len * 4 - 4)
393 struct ip_fw *rule; /* pointer to rule */
450 struct ip_fw *rule; /* matching rule */
H A Dip_fw2.c64 #include <netinet/ip_fw.h>
122 static struct ip_fw *layer3_chain;
147 &fw_debug, 0, "Enable printing of debug ip_fw statements");
560 ipfw_log(struct ip_fw *f, u_int hlen, struct ether_header *eh,
803 remove_dyn_rule(struct ip_fw *rule, ipfw_dyn_rule *keep_me)
1045 add_dyn_rule(struct ipfw_flow_id *id, u_int8_t dyn_type, struct ip_fw *rule)
1103 lookup_dyn_parent(struct ipfw_flow_id *pkt, struct ip_fw *rule)
1136 install_state(struct ip_fw *rule, ipfw_insn_limit *cmd,
1219 add_dyn_rule(&args->f_id, O_LIMIT, (struct ip_fw *)parent);
1350 * Given an ip_fw *, lookup_next_rul
[all...]
H A Dip_fw.h90 struct ip_fw { struct
145 struct ip_fw rule; /* must be at offset 0 */
169 struct ip_fw *rule;
H A DMakefile26 ip_fw.h ip_fw2.h \
H A Dip_dummynet.h154 struct ip_fw *rule; /* matching rule */
385 typedef void ip_dn_ruledel_t(void *); /* ip_fw.c */
397 static __inline struct ip_fw *
H A Dip_fw2_compat.h9 void ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version);
10 int ipfw_convert_to_latest(struct sockopt *sopt, struct ip_fw *rule, int api_version);
105 struct ip_fw rule; /* must be at offset 0 */
268 * Warning: setsockopt() will fail if sizeof(struct ip_fw) > MLEN (108)
H A Dip_fw2_compat.c45 #include <netinet/ip_fw.h>
493 ipfw_print_vers2_struct(struct ip_fw *vers2_rule)
923 ipfw_map_from_cmds(struct ip_fw *curr_rule, struct ip_fw_compat *compat_rule)
1203 ipfw_map_from_actions(struct ip_fw *curr_rule, struct ip_fw_compat *compat_rule)
1267 ipfw_version_latest_to_one(struct ip_fw *curr_rule, struct ip_fw_compat *rule_vers1)
1294 ipfw_version_latest_to_zero(struct ip_fw *curr_rule, struct ip_old_fw *rule_vers0)
1328 ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version)
1360 /* from ip_fw.c */
1511 ipfw_convert_to_cmds(struct ip_fw *curr_rule, struct ip_fw_compat *compat_rule)
1522 /* preemptively check the old ip_fw rul
[all...]
H A Dip_dummynet.c99 #include <netinet/ip_fw.h>
1108 locate_flowset(int pipe_nr, struct ip_fw *rule)
1484 extern struct ip_fw *ip_fw_default_rule ;
1858 /* remove references to this pipe from the ip_fw rules. */
1893 /* remove references to this flow_set from the ip_fw rules. */
H A Dip_divert.c90 #include <netinet/ip_fw.h>
H A Draw_ip.c97 #include <netinet/ip_fw.h>
H A Dip_input.c104 #include <netinet/ip_fw.h>
H A Dip_output.c123 #include <netinet/ip_fw.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.c121 #include <netinet/ip_fw.h>

Completed in 89 milliseconds