| /src/usr.sbin/rpc.lockd/ |
| lockd.c | 82 static const char *transports[] = { "udp", "tcp", "udp6", "tcp6" }; variable 153 nconf = getnetconfigent(transports[i]); 155 errx(1, "cannot get %s netconf.", transports[i]); 160 errx(1, "cannot create %s service.", transports[i]); 165 transports[i]); 170 transports[i]); 175 transports[i]); 180 transports[i]);
|
| lockd.c | 82 static const char *transports[] = { "udp", "tcp", "udp6", "tcp6" }; variable 153 nconf = getnetconfigent(transports[i]); 155 errx(1, "cannot get %s netconf.", transports[i]); 160 errx(1, "cannot create %s service.", transports[i]); 165 transports[i]); 170 transports[i]); 175 transports[i]); 180 transports[i]);
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| acl.h | 61 uint32_t transports; member in struct:dns_acl_port_transports 295 const uint32_t transports, const bool encrypted, 298 * Adds a "port-transports" entry to the specified ACL. Transports 299 * are specified as a bit-set 'transports' consisting of entries 304 *\li either 'port' or 'transports' is not equal to 0. 310 * Merges "port-transports" entries from the 'dest' ACL into
|
| acl.h | 61 uint32_t transports; member in struct:dns_acl_port_transports 295 const uint32_t transports, const bool encrypted, 298 * Adds a "port-transports" entry to the specified ACL. Transports 299 * are specified as a bit-set 'transports' consisting of entries 304 *\li either 'port' or 'transports' is not equal to 0. 310 * Merges "port-transports" entries from the 'dest' ACL into
|
| view.h | 112 dns_transport_list_t *transports; member in struct:dns_view
|
| view.h | 112 dns_transport_list_t *transports; member in struct:dns_view
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| aclconf.c | 693 uint32_t transports = 0; local 704 transports = isc_nm_udpsocket | 710 transports = isc_nm_streamdnssocket; 716 transports = isc_nm_streamdnssocket | 723 transports = isc_nm_streamdnssocket; 728 transports = isc_nm_httpsocket; 733 transports = isc_nm_httpsocket; 741 if (port != 0 || transports != 0) { 742 dns_acl_add_port_transports(dacl, port, transports, 838 * Merge the port-transports entries from th [all...] |
| aclconf.c | 693 uint32_t transports = 0; local 704 transports = isc_nm_udpsocket | 710 transports = isc_nm_streamdnssocket; 716 transports = isc_nm_streamdnssocket | 723 transports = isc_nm_streamdnssocket; 728 transports = isc_nm_httpsocket; 733 transports = isc_nm_httpsocket; 741 if (port != 0 || transports != 0) { 742 dns_acl_add_port_transports(dacl, port, transports, 838 * Merge the port-transports entries from th [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| transport.c | 43 isc_hashmap_t *transports[DNS_TRANSPORT_COUNT]; member in struct:dns_transport_list 87 hm = list->transports[type]; 688 REQUIRE(list->transports[type] != NULL); 690 hm = list->transports[type]; 717 isc_hashmap_create(list->mctx, 10, &list->transports[type]); 743 if (list->transports[type] == NULL) { 747 isc_hashmap_iter_create(list->transports[type], &it); 757 isc_hashmap_destroy(&list->transports[type]);
|
| transport.c | 43 isc_hashmap_t *transports[DNS_TRANSPORT_COUNT]; member in struct:dns_transport_list 87 hm = list->transports[type]; 688 REQUIRE(list->transports[type] != NULL); 690 hm = list->transports[type]; 717 isc_hashmap_create(list->mctx, 10, &list->transports[type]); 743 if (list->transports[type] == NULL) { 747 isc_hashmap_iter_create(list->transports[type], &it); 757 isc_hashmap_destroy(&list->transports[type]);
|
| /src/external/bsd/libfido2/dist/src/fido/ |
| types.h | 268 fido_str_array_t transports; /* list of supported transports */ member in struct:fido_cbor_info
|
| types.h | 268 fido_str_array_t transports; /* list of supported transports */ member in struct:fido_cbor_info
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 4206 dns_transport_list_t *transports = NULL; local 5177 * Configure the view's transports (DoT/DoH) 5180 &transports)); 5181 dns_view_settransports(view, transports); 5182 dns_transport_list_detach(&transports);
|
| server.c | 4206 dns_transport_list_t *transports = NULL; local 5177 * Configure the view's transports (DoT/DoH) 5180 &transports)); 5181 dns_view_settransports(view, transports); 5182 dns_transport_list_detach(&transports);
|