Searched refs:add_host (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/dma/ |
H A D | dns.c | 66 add_host(int pref, const char *host, int port, struct mx_hostentry **he, size_t *ps) in add_host() function 210 err = add_host(pref, outname, port, &hosts, &nhosts); in dns_get_mx_list() 252 err = add_host(0, host, port, &hosts, &nhosts); in dns_get_mx_list()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 354 int add_host = host != NULL && *host != '\0'; in add1_headers() local 359 if (add_host && OPENSSL_strcasecmp("host", hdr->name) == 0) in add1_headers() 360 add_host = 0; in add1_headers() 365 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host)) in add1_headers()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | blkdev.shlib | 408 function load_scsi_debug # dev_size_mb add_host num_tgts max_luns blksz 443 add_host=$hosts num_tgts=$tgts max_luns=$luns \
|