Home | History | Annotate | Download | only in lib

Lines Matching refs:interf

97 bool Curl_if_is_interface_name(const char *interf)
105 if(strcasecompare(iface->ifa_name, interf)) {
116 unsigned int remote_scope_id, const char *interf,
135 if(strcasecompare(iface->ifa_name, interf)) {
183 strcasecompare(iface->ifa_name, interf)) {
197 bool Curl_if_is_interface_name(const char *interf)
202 return (Curl_if2ip(AF_INET, 0 /* unused */, 0, interf, buf, sizeof(buf)) ==
207 unsigned int remote_scope_id, const char *interf,
219 if(!interf || (af != AF_INET))
222 len = strlen(interf);
231 memcpy(req.ifr_name, interf, len+1);
252 bool Curl_if_is_interface_name(const char *interf)
254 (void) interf;
260 unsigned int remote_scope_id, const char *interf,
266 (void) interf;