OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_localhost
(Results
1 - 2
of
2
) sorted by null
/external/strace/tests/
net-yy-accept.awk
35
r_localhost
= "127\\.0\\.0\\.1"
37
r_getsockname = "^getsockname\\(0<TCP:\\["
r_localhost
":(" r_port ")\\]>, \\{sa_family=AF_INET, sin_port=htons\\((" r_port ")\\), sin_addr=inet_addr\\(\""
r_localhost
"\"\\)\\}, \\[" r_i "\\]\\) += 0$"
43
r_bind = "^bind\\(0<TCP:\\[" inode "\\]>, \\{sa_family=AF_INET, sin_port=htons\\(0\\), sin_addr=inet_addr\\(\""
r_localhost
"\"\\)\\}, " r_i "\\) += 0$"
56
r_accept = "^accept\\(0<TCP:\\["
r_localhost
":" port_l "\\]>, \\{sa_family=AF_INET, sin_port=htons\\((" r_port ")\\), sin_addr=inet_addr\\(\""
r_localhost
"\"\\)\\}, \\[" r_i "\\]\\) += 1<TCP:\\["
r_localhost
":" port_l "->"
r_localhost
":(" r_port ")\\]>$"
57
r_close0 = "^close\\(0<TCP:\\["
r_localhost
":" port_l "\\]>) += 0$"
65
r_recv = "^recv\\(1<TCP:\\["
r_localhost
":" port_l "->" r_localhost ":" port_r "\\]>, \"data\", 5, MSG_WAITALL\\) += 4$
[
all
...]
net-yy-connect.awk
35
r_localhost
= "127\\.0\\.0\\.1"
42
r_connect = "^connect\\(0<TCP:\\[" inode "\\]>, \\{sa_family=AF_INET, sin_port=htons\\((" r_port ")\\), sin_addr=inet_addr\\(\""
r_localhost
"\"\\)\\}, " r_i ") += 0$"
50
r_send = "^send\\(0<TCP:\\["
r_localhost
":(" r_port ")->"
r_localhost
":" port_r "\\]>, \"data\", 4, MSG_DONTROUTE\\) += 4$"
51
r_sendto = "^sendto\\(0<TCP:\\["
r_localhost
":(" r_port ")->"
r_localhost
":" port_r "\\]>, \"data\", 4, MSG_DONTROUTE, NULL, 0\\) += 4$"
59
r_close = "^close\\(0<TCP:\\["
r_localhost
":" port_l "->"
r_localhost
":" port_r "\\]>\\) += 0$"
Completed in 39 milliseconds