Searched refs:unmarshal_acl_list (Results 1 – 1 of 1) sorted by relevance
1582 unmarshal_acl_list(region_type* r, struct buffer* b) in unmarshal_acl_list() function1708 p->allow_notify = unmarshal_acl_list(r, b); in pattern_options_unmarshal()1709 p->request_xfr = unmarshal_acl_list(r, b); in pattern_options_unmarshal()1710 p->notify = unmarshal_acl_list(r, b); in pattern_options_unmarshal()1711 p->provide_xfr = unmarshal_acl_list(r, b); in pattern_options_unmarshal()1712 p->allow_query = unmarshal_acl_list(r, b); in pattern_options_unmarshal()1713 p->outgoing_interface = unmarshal_acl_list(r, b); in pattern_options_unmarshal()