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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ifpermit.c 61 ifpermit_list_add(ifpermit_list_t *permits, const char *name)
63 if (permits == PERMITTED_INTERFACE_LIST_BLOCKED) {
67 ifpermit_name_t **pname = &permits->names;
74 INFO("%d permits for interface " PUB_S_SRP " with index %d", permit_name->count, name, permit_name->ifindex);
101 ifpermit_list_remove(ifpermit_list_t *permits, const char *name)
103 if (permits == PERMITTED_INTERFACE_LIST_BLOCKED) {
107 ifpermit_name_t **pname = &permits->names;
113 INFO("%d permits for interface " PUB_S_SRP " with index %d", permit_name->count, name, permit_name->ifindex);
161 ifpermit_list_t *permits = calloc(1, sizeof(*permits)); local
    [all...]
ifpermit.h 34 bool ifpermit_interface_is_permitted(ifpermit_list_t *NULLABLE permits, uint32_t ifindex);
  /src/crypto/external/bsd/openssh/dist/
auth-options.c 259 char *opt, *tmp, *cp, *host, **permits = *permitsp; local
311 if ((permits = recallocarray(permits, npermits, npermits + 1,
312 sizeof(*permits))) == NULL) {
318 permits[npermits++] = opt;
319 *permitsp = permits;
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 177 the network which permits it.
  /src/external/gpl3/gcc/dist/libgomp/
openacc_lib.h 32 ! Alternatively, the user can use the module version, which permits
  /src/external/gpl3/gcc.old/dist/libgomp/
openacc_lib.h 32 ! Alternatively, the user can use the module version, which permits
  /src/external/historical/nawk/dist/
FIXES.1e 455 added checks to new -v code that permits -vnospace; thanks to

Completed in 38 milliseconds