Searched refs:opt_list (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map.h69 struct sun_opt *opt_list; /* list of option strings */ member in struct:sun_mountpt
78 struct sun_opt *opt_list; /* list of mount options */ member in struct:sun_entry
94 struct sun_opt *opt_list; /* list of global map options */ member in struct:sun_map
H A Dsun_map.c327 * param opt_list - list of Sun mount options
333 const struct sun_opt *opt_list)
340 for(opt = opt_list; opt != NULL; opt = NEXT(struct sun_opt, opt)) {
539 if (s_entry->opt_list != NULL) {
541 sun_opts2amd(line_buff, sizeof(line_buff), key, s_entry->opt_list);
330 sun_opts2amd(char *dest, size_t destlen, const char *key, const struct sun_opt *opt_list) argument
H A Dsun_map_parse.y155 entry->opt_list = (struct sun_opt *)list->first;
212 entry->opt_list = (struct sun_opt *)list->first;
276 mountpt->opt_list = (struct sun_opt *)list->first;
/freebsd-11-stable/contrib/unbound/util/
H A Dedns.c148 edns_opt_list_find(edns_in->opt_list, LDNS_EDNS_KEEPALIVE)) {
153 if(!edns_opt_list_append(&edns_out->opt_list, LDNS_EDNS_KEEPALIVE,
168 if (cfg->nsid && edns_opt_list_find(edns_in->opt_list, LDNS_EDNS_NSID)
169 && !edns_opt_list_append(&edns_out->opt_list,
174 || !edns_opt_list_find(edns_in->opt_list, LDNS_EDNS_PADDING)) {
178 else if(!edns_opt_list_append(&edns_out->opt_list, LDNS_EDNS_PADDING
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h132 struct opt_list { struct
137 SLIST_ENTRY(opt_list) o_next;
140 extern SLIST_HEAD(opt_list_head, opt_list) otab;
H A Dmkoptions.c67 struct opt_list *ol;
144 struct opt_list *ol;
295 struct opt_list *po;
315 struct opt_list *po;
329 struct opt_list *po;
332 po = (struct opt_list *) calloc(1, sizeof *po);
344 struct opt_list *po;
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dsave.c451 void ** opt_list; local
456 opt_list = VOIDP(al->apzArgs);
467 tOptionValue const * ovp = *(opt_list++);
485 void ** opt_list; local
491 opt_list = VOIDP(al->apzArgs);
497 tOptionValue const * base = *(opt_list++);
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c458 int unique = unique_mesh_state(edns->opt_list, mesh->env);
502 edns->opt_list = NULL;
511 if(edns->opt_list) {
512 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list,
518 edns->opt_list = NULL;
591 edns->opt_list = NULL;
606 int unique = unique_mesh_state(edns->opt_list, mesh->env);
629 if(edns->opt_list) {
630 s->s.edns_opts_front_in = edns_opt_copy_region(edns->opt_list,
1142 r->edns.opt_list
[all...]
H A Doutside_network.c134 if((r = edns_opt_list_compare(q1->opt_list, q2->opt_list)) != 0)
1530 edns_opt_list_free(sq->opt_list);
2243 struct edns_option* opt_list)
2253 key.opt_list = opt_list;
2262 uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
2304 sq->opt_list = NULL;
2305 if(opt_list) {
2306 sq->opt_list
2241 lookup_serviced(struct outside_network* outnet, sldns_buffer* buff, int dnssec, struct sockaddr_storage* addr, socklen_t addrlen, struct edns_option* opt_list) argument
2259 serviced_create(struct outside_network* outnet, sldns_buffer* buff, int dnssec, int want_dnssec, int nocaps, int tcp_upstream, int ssl_upstream, char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list, size_t pad_queries_block_size) argument
[all...]
H A Doutside_network.h498 struct edns_option* opt_list; member in struct:serviced_query
H A Dauthzone.c3317 edns->opt_list = NULL;
5112 edns.opt_list = NULL;
6301 edns.opt_list = NULL;
H A Dlocalzone.c1285 edns->opt_list = NULL;
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgparse.h229 struct edns_option* opt_list; member in struct:edns_data
H A Dmsgencode.c799 for(opt = edns->opt_list; opt; opt = opt->next) {
830 for(opt=edns->opt_list; opt; opt=opt->next) {
863 if(edns->opt_list)
H A Dmsgparse.c1022 edns->opt_list = NULL;
1096 edns->opt_list = NULL;
H A Dmsgreply.c970 prevp = &edns->opt_list;
1057 edns->opt_list = opt_list_out;
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c53 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator in enum:opt_t
113 case opt_list: list_cmd();
164 Option = opt_list;
/freebsd-11-stable/usr.sbin/rtadvd/
H A Drtadvd.c122 TAILQ_HEAD(, nd_optlist) opt_list;
130 #define opt_list nd_opt_each.opt_list macro
922 TAILQ_INIT(&ndopts.opt_list);
1094 TAILQ_INIT(&ndopts.opt_list);
1206 TAILQ_FOREACH(nol, &ndopts.opt_list, nol_next)
1502 TAILQ_INSERT_TAIL(&(ndopts->opt_list), nol, nol_next);
1524 while ((nol = TAILQ_FIRST(&ndopts->opt_list)) != NULL) {
1525 TAILQ_REMOVE(&ndopts->opt_list, nol, nol_next);
/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.c3329 struct camdd_io_opts *opt_list = NULL; local
3336 opt_list = calloc(2, sizeof(struct camdd_io_opts));
3337 if (opt_list == NULL) {
3358 && (opt_list[0].dev_type != CAMDD_DEV_NONE))
3360 && (opt_list[1].dev_type != CAMDD_DEV_NONE))) {
3365 (c == 'o') ? &opt_list[1] : &opt_list[0]);
3396 if ((opt_list[0].dev_type == CAMDD_DEV_NONE)
3397 || (opt_list[1].dev_type == CAMDD_DEV_NONE))
3406 error = camdd_rw(opt_list,
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c560 edns->opt_list = NULL;
764 edns->opt_list = NULL;
853 edns->opt_list = NULL;
1038 edns->opt_list = NULL;
1291 edns.opt_list = NULL;
1312 edns_opt = edns_opt_list_find(edns.opt_list, LDNS_EDNS_KEEPALIVE);
1318 edns.opt_list = NULL;
1482 if(!edns_bypass_cache_stage(edns.opt_list, &worker->env)) {
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c579 edns->opt_list = NULL;
/freebsd-11-stable/testcode/
H A Dfake_event.c1239 edns.opt_list = qstate->edns_opts_back_out;
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c3744 if(edns.opt_list) {
3745 qstate->edns_opts_back_in = edns_opt_copy_region(edns.opt_list,
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c2367 edns.opt_list = NULL;

Completed in 429 milliseconds