Home
last modified time | relevance | path

Searched refs:ip_tos (Results 1 – 3 of 3) sorted by relevance

/curl/src/
H A Dtool_cfgable.h88 long ip_tos; /* IP Type of Service */ member
H A Dtool_operate.c194 if(config->ip_tos > 0) { in sockopt_callback()
195 int tos = (int)config->ip_tos; in sockopt_callback()
1747 if(config->ip_tos > 0 || config->vlan_priority > 0) { in config2setopts()
1752 if(config->ip_tos > 0) { in config2setopts()
H A Dtool_getparam.c1454 config->ip_tos = entry->value; in getparameter()
1456 err = str2unummax(&config->ip_tos, nextarg, 0xFF); in getparameter()

Completed in 19 milliseconds