Searched refs:expand_rule (Results 1 – 3 of 3) sorted by relevance
/openbsd/sbin/ipsecctl/ |
H A D | parse.y | 219 int expand_rule(struct ipsec_rule *, struct ipsec_hosts *, 360 if (expand_rule(r, NULL, 0, $3.spiin, $4.keyin, NULL, 375 if (expand_rule(r, NULL, 0, $4.spiin, $7.keyin, 389 if (expand_rule(r, &$6, $3, 0, NULL, NULL, NULL)) 403 if (expand_rule(r, &$7, 0, 0, NULL, NULL, NULL)) 437 if (expand_rule(r, &$4, 0, 0, NULL, NULL, NULL)) 2740 expand_rule(struct ipsec_rule *rule, struct ipsec_hosts *peers, in expand_rule() function
|
/openbsd/sbin/pfctl/ |
H A D | parse.y | 369 void expand_rule(struct pf_rule *, int, struct node_if *, 981 expand_rule(&r, 0, $5, NULL, NULL, NULL, $7, $8.src_os, 1135 expand_rule(&r, 0, j, NULL, NULL, NULL, 1156 expand_rule(&r, 0, NULL, NULL, 1856 expand_rule(&r, 0, $4, &$8.nat, &$8.rdr, &$8.rroute, $6, 4619 expand_rule(struct pf_rule *r, int keeprule, struct node_if *interfaces, in expand_rule() function 4881 expand_rule(&rb, 1, interface, NULL, &binat, NULL, in expand_rule()
|
/openbsd/usr.sbin/bgpd/ |
H A D | parse.y | 158 int expand_rule(struct filter_rule *, struct filter_rib_l *, 2427 if (expand_rule(&r, $3, $5, &$6, $7) == -1) 4929 expand_rule(struct filter_rule *rule, struct filter_rib_l *rib, in expand_rule() function
|