HomeSort by: relevance | last modified time | path
    Searched refs:ifpermit_list_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ifpermit.h 24 typedef struct ifpermit_list ifpermit_list_t; typedef in typeref:struct:ifpermit_list
27 ifpermit_list_t *NULLABLE ifpermit_list_create_(const char *NONNULL file, int line);
28 void ifpermit_list_add(ifpermit_list_t *NONNULL list, const char *NONNULL name);
29 void ifpermit_list_remove(ifpermit_list_t *NONNULL list, const char *NONNULL name);
31 void ifpermit_list_retain_(ifpermit_list_t *NULLABLE list, const char *NONNULL file, int line);
33 void ifpermit_list_release_(ifpermit_list_t *NULLABLE list, const char *NONNULL file, int line);
34 bool ifpermit_interface_is_permitted(ifpermit_list_t *NULLABLE permits, uint32_t ifindex);
ifpermit.c 45 #define PERMITTED_INTERFACE_LIST_BLOCKED (ifpermit_list_t *)1
61 ifpermit_list_add(ifpermit_list_t *permits, const char *name)
101 ifpermit_list_remove(ifpermit_list_t *permits, const char *name)
128 ifpermit_list_finalize(ifpermit_list_t *list)
143 ifpermit_list_retain_(ifpermit_list_t *list, const char *file, int line)
151 ifpermit_list_release_(ifpermit_list_t *list, const char *file, int line)
158 ifpermit_list_t *
161 ifpermit_list_t *permits = calloc(1, sizeof(*permits));
170 ifpermit_interface_is_permitted(ifpermit_list_t *permits, uint32_t ifindex)
ioloop.h 96 typedef struct ifpermit_list ifpermit_list_t; typedef in typeref:struct:ifpermit_list

Completed in 25 milliseconds