Searched defs:iptos (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/tests/
H A Dfindalldevstest.c15 static char *iptos(bpf_u_int32 in);
54 printf("Preferred device is on network: %s/%s\n",iptos(net), iptos(mask));
132 static char *iptos(bpf_u_int32 in) function
/external/netperf/src/
H A Ddscp.c50 const char * iptos2str(int iptos);
156 iptos2str(int iptos) argument
160 if (iptos < 0 || iptos > 64) iptos = 0;
162 if (ipqos[i].value == iptos)
165 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos);
/external/openssh/
H A Dmisc.c1041 iptos2str(int iptos) argument
1047 if (ipqos[i].value == iptos)
1050 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos);

Completed in 92 milliseconds