HomeSort by relevance Sort by last modified time
    Searched refs:iptos (Results 1 - 4 of 4) sorted by null

  /external/netperf/src/
dscp.c 50 const char * iptos2str(int iptos);
156 iptos2str(int iptos)
160 if (iptos < 0 || iptos > 64) iptos = 0;
162 if (ipqos[i].value == iptos)
165 snprintf(iptos_str, sizeof iptos_str, "0x%02x", iptos);
netsh.h 215 extern const char * iptos2str(int iptos);
  /external/libpcap/tests/
findalldevstest.c 15 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
  /libcore/ojluni/src/main/native/
net_util_md.c 1096 int *iptos; local
1112 iptos = (int *)arg;
1113 *iptos &= (IPTOS_TOS_MASK | IPTOS_PREC_MASK);
    [all...]

Completed in 213 milliseconds