Searched refs:ip_fw_args (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_private.h85 struct ip_fw_args { struct
156 void ipfw_log(struct ip_fw *f, u_int hlen, struct ip_fw_args *args,
186 struct ip_fw_args *args, uint32_t tablearg);
300 int ipfw_chk(struct ip_fw_args *args);
327 typedef int ipfw_nat_t(struct ip_fw_args *, struct cfg_nat *, struct mbuf *);
H A Dip_fw_pfil.c123 struct ip_fw_args args;
303 struct ip_fw_args args;
H A Dip_dn_private.h359 int dummynet_io(struct mbuf **, int , struct ip_fw_args *);
H A Dip_dn_io.c719 tag_mbuf(struct mbuf *m, int dir, struct ip_fw_args *fwa)
752 dummynet_io(struct mbuf **m0, int dir, struct ip_fw_args *fwa)
H A Dip_fw2.c573 send_reject6(struct ip_fw_args *args, int code, u_int hlen, struct ip6_hdr *ip6)
619 send_reject(struct ip_fw_args *args, int code, int iplen, struct ip *ip)
662 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp,
775 set_match(struct ip_fw_args *args, int slot,
854 ipfw_chk(struct ip_fw_args *args)
H A Dip_fw_log.c240 ipfw_log(struct ip_fw *f, u_int hlen, struct ip_fw_args *args,
H A Dip_fw_nat.c214 ipfw_nat(struct ip_fw_args *args, struct cfg_nat *t, struct mbuf *m)
H A Dip_fw_dynamic.c656 struct ip_fw_args *args, uint32_t tablearg)
/freebsd-10.0-release/sys/netinet/
H A Dip_var.h299 struct ip_fw_args;
300 typedef int (*ip_fw_chk_ptr_t)(struct ip_fw_args *args);
309 struct ip_fw_args *, int);
312 extern int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *);
H A Draw_ip.c98 int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *);
101 struct ip_fw_args *, int);
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h39 #define _NETINET_IP_VAR_H_ /* ip_fw_args */
93 struct ip_fw_args { struct
/freebsd-10.0-release/sys/netgraph/
H A Dng_ipfw.c72 static int ng_ipfw_input(struct mbuf **, int, struct ip_fw_args *,
285 ng_ipfw_input(struct mbuf **m0, int dir, struct ip_fw_args *fwa, int tee)

Completed in 179 milliseconds