OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:si_other
(Results
1 - 1
of
1
) sorted by null
/system/extras/tests/bionic/libc/common/
test_udp.c
43
struct sockaddr_in si_me,
si_other
;
local
44
int s, i, slen=sizeof(
si_other
);
66
if (inet_aton(optName+1, &
si_other
.sin_addr) == 0)
68
address =
si_other
.sin_addr.s_addr;
89
if (recvfrom(s, buf, BUFLEN, 0, (struct sockaddr*)&
si_other
, (socklen_t*)&slen)==-1)
92
inet_ntoa(
si_other
.sin_addr), ntohs(
si_other
.sin_port), buf);
103
memset((char *) &
si_other
, 0, sizeof(
si_other
));
104
si_other
.sin_family = AF_INET
[
all
...]
Completed in 370 milliseconds