Searched refs:blacklist (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dblacklist.c2 * wpa_supplicant - Temporary BSSID blacklist
13 #include "blacklist.h"
16 * wpa_blacklist_get - Get the blacklist entry for a BSSID
19 * Returns: Matching blacklist entry for the BSSID or %NULL if not found
29 e = wpa_s->blacklist;
41 * wpa_blacklist_add - Add an BSSID to the blacklist
43 * @bssid: BSSID to be added to the blacklist
44 * Returns: Current blacklist count on success, -1 on failure
46 * This function adds the specified BSSID to the blacklist or increases the
47 * blacklist coun
[all...]
H A Dwpa_supplicant_i.h401 struct wpa_blacklist *blacklist; member in struct:wpa_supplicant
404 * extra_blacklist_count - Sum of blacklist counts after last connection
407 * failures (maximum number for any BSS) over blacklist clear
409 * failures prior to the last blacklist clear operation which happens
H A Dnmake.mak117 $(OBJDIR)\blacklist.obj \
H A Devents.c31 #include "blacklist.h"
849 if (selected == NULL && wpa_s->blacklist &&
852 "blacklist and try again");
H A Dctrl_iface.c39 #include "blacklist.h"
1520 e = wpa_s->blacklist;
/freebsd-10.0-release/contrib/serf/build/
H A Dgen_def.py62 blacklist = ['serf_connection_switch_protocol', variable
74 funclist = set(funclist) - set(blacklist)
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diter_utils.h89 * @param blacklist: the IP blacklist to use.
96 int* chase_to_rd, int open_target, struct sock_list* blacklist);
H A Diter_utils.c236 struct delegpt* dp, int* best_rtt, struct sock_list* blacklist)
246 if(sock_list_find(blacklist, &a->addr, a->addrlen))
266 struct sock_list* blacklist)
273 &low_rtt, blacklist);
321 int* chase_to_rd, int open_target, struct sock_list* blacklist)
327 *env->now, dp, &selrtt, open_target, blacklist);
234 iter_fill_rtt(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, uint32_t now, struct delegpt* dp, int* best_rtt, struct sock_list* blacklist) argument
263 iter_filter_order(struct iter_env* iter_env, struct module_env* env, uint8_t* name, size_t namelen, uint16_t qtype, uint32_t now, struct delegpt* dp, int* selected_rtt, int open_target, struct sock_list* blacklist) argument
318 iter_server_selection(struct iter_env* iter_env, struct module_env* env, struct delegpt* dp, uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame, int* chase_to_rd, int open_target, struct sock_list* blacklist) argument
H A Diterator.c947 if(qstate->blacklist) {
1290 /* blacklist the cache - we want to fetch parent stuff */
1291 sock_list_insert(&subq->blacklist, NULL, 0, subq->region);
1773 iq->num_target_queries, qstate->blacklist);
/freebsd-10.0-release/contrib/unbound/util/
H A Dmodule.h294 /** IP blacklist for queries */
295 struct sock_list* blacklist; member in struct:module_qstate
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_utils.h356 * Add existing list to blacklist.
357 * @param blacklist: the blacklist with result
358 * @param region: the region where blacklist is allocated.
361 * the blacklist to stop cache from being used.
363 * list is not allocated in the same region as the blacklist.
365 void val_blacklist(struct sock_list** blacklist, struct regional* region,
H A Dval_utils.c1002 void val_blacklist(struct sock_list** blacklist, struct regional* region, argument
1008 for(p=*blacklist; p; p=p->next)
1009 sock_list_logentry(VERB_ALGO, "blacklist", p);
1011 verbose(VERB_ALGO, "blacklist add: cache");
1013 sock_list_logentry(VERB_ALGO, "blacklist add", p);
1015 /* blacklist the IPs or the cache */
1018 if(!*blacklist)
1019 sock_list_insert(blacklist, NULL, 0, region);
1021 sock_list_prepend(blacklist, origin);
1022 else sock_list_merge(blacklist, regio
[all...]
H A Dvalidator.c364 /* add our blacklist to the query blacklist */
365 sock_list_merge(&newq->blacklist, newq->region,
1518 if(!qstate->blacklist && !vq->chain_blacklist &&
1954 "blacklist and retry to fetch data");
1955 val_blacklist(&qstate->blacklist, qstate->region,
2589 vq->chain_blacklist = NULL; /* fresh blacklist for next part*/
/freebsd-10.0-release/usr.sbin/wpa/wpa_supplicant/
H A DMakefile9 SRCS= aes-unwrap.c base64.c blacklist.c bss.c common.c config.c \
/freebsd-10.0-release/contrib/unbound/services/
H A Dmesh.c435 if(!s->s.blacklist)
436 sock_list_insert(&s->s.blacklist, NULL, 0, s->s.region);
459 sock_list_insert(&s->s.blacklist, NULL, 0, s->s.region);

Completed in 124 milliseconds