Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c1316 ipfw_range_header *rh; in del_rules()
1322 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in del_rules()
1347 ipfw_range_header *rh; in move_rules()
1352 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in move_rules()
1374 ipfw_range_header *rh; in clear_rules()
1381 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in clear_rules()
1476 ipfw_range_header *rh; in manage_sets()
1482 rh = (ipfw_range_header *)ipfw_get_sopt_space(sd, sd->valsize); in manage_sets()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h1057 } ipfw_range_header; typedef
/f-stack/freebsd/netinet/
H A Dip_fw.h1057 } ipfw_range_header; typedef
/f-stack/tools/ipfw/
H A Dipfw2.c2362 ipfw_range_header rh; in do_range_cmd()