/freebsd-src/sys/netpfil/pf/ |
H A D | pf_ruleset.c | 371 char *anchor_call, size_t anchor_call_len) in pf_kanchor_copyout() 419 char anchor_call[MAXPATHLEN] = { 0 }; in pf_kanchor_nvcopyout() local 434 char anchor_call[MAXPATHLEN] = { 0 }; in pf_keth_anchor_nvcopyout() local
|
H A D | pf_nl.c | 742 char *anchor_call; global() member 856 char anchor_call[MAXPATHLEN]; pf_handle_getrule() local
|
H A D | pf_ioctl.c | 2066 pf_ioctl_addrule(struct pf_krule * rule,uint32_t ticket,uint32_t pool_ticket,const char * anchor,const char * anchor_call,uid_t uid,pid_t pid) pf_ioctl_addrule() argument 2874 const char *anchor = "", *anchor_call = ""; pfioctl() local 3183 const char *anchor = "", *anchor_call = ""; pfioctl() local [all...] |
/freebsd-src/lib/libpfctl/ |
H A D | libpfctl.c | 981 pfctl_get_eth_rule(int dev,uint32_t nr,uint32_t ticket,const char * path,struct pfctl_eth_rule * rule,bool clear,char * anchor_call) pfctl_get_eth_rule() argument 1009 pfctl_add_eth_rule(int dev,const struct pfctl_eth_rule * r,const char * anchor,const char * anchor_call,uint32_t ticket) pfctl_add_eth_rule() argument 1281 pfctl_add_rule(int dev __unused,const struct pfctl_rule * r,const char * anchor,const char * anchor_call,uint32_t ticket,uint32_t pool_ticket) pfctl_add_rule() argument 1299 pfctl_add_rule_h(struct pfctl_handle * h,const struct pfctl_rule * r,const char * anchor,const char * anchor_call,uint32_t ticket,uint32_t pool_ticket) pfctl_add_rule_h() argument 1403 pfctl_get_rule_h(struct pfctl_handle * h,uint32_t nr,uint32_t ticket,const char * anchor,uint32_t ruleset,struct pfctl_rule * rule,char * anchor_call) pfctl_get_rule_h() argument 1411 pfctl_get_rule(int dev,uint32_t nr,uint32_t ticket,const char * anchor,uint32_t ruleset,struct pfctl_rule * rule,char * anchor_call) pfctl_get_rule() argument 1570 char anchor_call[MAXPATHLEN]; global() member 1654 pfctl_get_clear_rule_h(struct pfctl_handle * h,uint32_t nr,uint32_t ticket,const char * anchor,uint32_t ruleset,struct pfctl_rule * rule,char * anchor_call,bool clear) pfctl_get_clear_rule_h() argument 1699 pfctl_get_clear_rule(int dev,uint32_t nr,uint32_t ticket,const char * anchor,uint32_t ruleset,struct pfctl_rule * rule,char * anchor_call,bool clear) pfctl_get_clear_rule() argument [all...] |
/freebsd-src/sbin/pfctl/ |
H A D | pfctl.c | 1104 char anchor_call[MAXPATHLEN]; pfctl_show_eth_rules() local 1221 char anchor_call[MAXPATHLEN]; pfctl_show_rules() local 1425 char anchor_call[MAXPATHLEN]; pfctl_show_nat() local 1739 pfctl_append_rule(struct pfctl * pf,struct pfctl_rule * r,const char * anchor_call) pfctl_append_rule() argument 1787 pfctl_append_eth_rule(struct pfctl * pf,struct pfctl_eth_rule * r,const char * anchor_call) pfctl_append_eth_rule() argument [all...] |
H A D | pfctl_parser.c | 759 print_eth_rule(struct pfctl_eth_rule *r, const char *anchor_call, in print_eth_rule() argument 832 print_rule(struct pfctl_rule *r, const char *anchor_call, int verbose, int numeric) in print_rule() argument [all...] |
H A D | parse.y | 5290 rule_consistent(struct pfctl_rule * r,int anchor_call) rule_consistent() argument 5319 filter_consistent(struct pfctl_rule * r,int anchor_call) filter_consistent() argument 5953 expand_eth_rule(struct pfctl_eth_rule * r,struct node_if * interfaces,struct node_etherproto * protos,struct node_mac * srcs,struct node_mac * dsts,struct node_host * ipsrcs,struct node_host * ipdsts,const char * bridge_to,const char * anchor_call) expand_eth_rule() argument 6025 expand_rule(struct pfctl_rule * r,struct node_if * interfaces,struct node_host * rpool_hosts,struct node_proto * protos,struct node_os * src_oses,struct node_host * src_hosts,struct node_port * src_ports,struct node_host * dst_hosts,struct node_port * dst_ports,struct node_uid * uids,struct node_gid * gids,struct node_icmp * icmp_types,const char * anchor_call) expand_rule() argument
|
H A D | pfctl_optimize.c | 880 char anchor_call[MAXPATHLEN] = ""; load_feedback_profile() local
|
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1516 char anchor_call[MAXPATHLEN] = ""; in pfl_scan_ruleset() local
|
/freebsd-src/sys/net/ |
H A D | pfvar.h | 1755 char anchor_call[MAXPATHLEN]; global() member
|