Searched refs:h_ace (Results 1 – 3 of 3) sorted by relevance
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/module_utils/network/eos/config/acls/ |
H A D | acls.py | 224 for h_ace in h_acl["aces"]: 225 diff = get_ace_diff(h_ace, want_ace) 229 "acls": [{"name": name, "aces": [h_ace]}], 288 for h_ace in h_acl["aces"]: 290 h_ace, w_acl["aces"] 298 "aces": [h_ace],
|
/dports/net/3proxy/3proxy-0.9.4/src/ |
H A D | conf.c | 1105 static int h_ace(int argc, unsigned char **argv){ function 1576 {commandhandlers+36, "allow", h_ace, 1, 0}, 1577 {commandhandlers+37, "deny", h_ace, 1, 0}, 1578 {commandhandlers+38, "redirect", h_ace, 3, 0}, 1579 {commandhandlers+39, "bandlimin", h_ace, 2, 0}, 1583 {commandhandlers+43, "countin", h_ace, 4, 0}, 1584 {commandhandlers+44, "nocountin", h_ace, 1, 0}, 1585 {commandhandlers+45, "countout", h_ace, 4, 0}, 1587 {commandhandlers+47, "countall", h_ace, 4, 0}, 1589 {commandhandlers+49, "connlim", h_ace, 4, 0}, [all …]
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/config/acls/ |
H A D | acls.py | 476 for h_ace in have_name["aces"]: 478 h_ace["sequence"] 490 for h_ace in have_name["aces"]: 496 del h_ace["sequence"] 497 if ace == h_ace:
|