Searched refs:STRING_DEVICE (Results 1 – 4 of 4) sorted by relevance
1531 STRING_DEVICE, /* local network interface/address to use */ enumerator
411 const char *dev = data->set.str[STRING_DEVICE]; in bindlocal()
1593 if(data->set.str[STRING_DEVICE]) { in allocate_conn()1594 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()
1894 result = Curl_setstropt(&data->set.str[STRING_DEVICE], in Curl_vsetopt()