OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bind_address
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/udp/
udp_socket_unittest.cc
130
IPEndPoint
bind_address
;
local
131
CreateUDPAddress("0.0.0.0", kPort, &
bind_address
);
133
int rv = server.Listen(
bind_address
);
175
IPEndPoint
bind_address
;
local
176
CreateUDPAddress("0.0.0.0", kPort1, &
bind_address
);
178
int rv = server1.Listen(
bind_address
);
182
CreateUDPAddress("0.0.0.0", kPort2, &
bind_address
);
184
rv = server2.Listen(
bind_address
);
272
IPEndPoint
bind_address
;
local
273
CreateUDPAddress("127.0.0.1", 0, &
bind_address
);
288
IPEndPoint
bind_address
;
local
301
IPEndPoint
bind_address
;
local
[
all
...]
/external/chromium/third_party/libevent/
http-internal.h
63
char *
bind_address
; /* address to use for binding the src */
member in struct:evhttp_connection
http.c
1013
if (evcon->
bind_address
!= NULL)
1014
free(evcon->
bind_address
);
1033
if (evcon->
bind_address
)
1034
free(evcon->
bind_address
);
1035
if ((evcon->
bind_address
= strdup(address)) == NULL)
[
all
...]
Completed in 65 milliseconds