OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iptos
(Results
1 - 5
of
5
) 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
/external/openssh/
misc.c
1041
iptos2str(int
iptos
)
1047
if (ipqos[i].value ==
iptos
)
1050
snprintf(iptos_str, sizeof iptos_str, "0x%02x",
iptos
);
/libcore/ojluni/src/main/native/
net_util_md.c
1059
int *
iptos
;
local
1081
iptos
= (int *)arg;
1084
// *
iptos
&= (IPTOS_TOS_MASK | IPTOS_PREC_MASK);
[
all
...]
Completed in 469 milliseconds