Home
last modified time | relevance | path

Searched refs:iptos (Results 1 – 4 of 4) sorted by relevance

/external/netperf/src/
Ddscp.c50 const char * iptos2str(int iptos);
156 iptos2str(int iptos) in iptos2str() argument
160 if (iptos < 0 || iptos > 64) iptos = 0; in iptos2str()
162 if (ipqos[i].value == iptos) in iptos2str()
165 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos); in iptos2str()
Dnetsh.h215 extern const char * iptos2str(int iptos);
/external/libpcap/tests/
Dfindalldevstest.c19 static char *iptos(bpf_u_int32 in);
58 printf("Preferred device is on network: %s/%s\n",iptos(net), iptos(mask)); in main()
151 static char *iptos(bpf_u_int32 in) in iptos() function
/external/openssh/
Dmisc.c1136 iptos2str(int iptos) in iptos2str() argument
1142 if (ipqos[i].value == iptos) in iptos2str()
1145 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos); in iptos2str()