OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udptos
(Results
1 - 2
of
2
) sorted by null
/external/qemu/slirp-android/
udp.c
415
static const struct tos_t
udptos
[] = {
variable in typeref:struct:tos_t
428
while(
udptos
[i].tos) {
429
if ((
udptos
[i].fport && so->so_faddr_port ==
udptos
[i].fport) ||
430
(
udptos
[i].lport && so->so_laddr_port ==
udptos
[i].lport)) {
431
so->so_emu =
udptos
[i].emu;
432
return
udptos
[i].tos;
/external/qemu/slirp/
udp.c
371
static const struct tos_t
udptos
[] = {
variable in typeref:struct:tos_t
384
while(
udptos
[i].tos) {
385
if ((
udptos
[i].fport && ntohs(so->so_fport) ==
udptos
[i].fport) ||
386
(
udptos
[i].lport && ntohs(so->so_lport) ==
udptos
[i].lport)) {
387
so->so_emu =
udptos
[i].emu;
388
return
udptos
[i].tos;
Completed in 1003 milliseconds