OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vport
(Results
1 - 3
of
3
) sorted by null
/external/iptables/include/linux/netfilter/
xt_ipvs.h
20
__be16
vport
;
member in struct:xt_ipvs_mtinfo
/development/tools/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp
251
GLint
vport
[4];
local
252
s_gl.glGetIntegerv(GL_VIEWPORT,
vport
);
265
s_gl.glViewport(
vport
[0],
vport
[1],
vport
[2],
vport
[3]);
/external/iptables/extensions/
libxt_ipvs.c
34
{.name = "
vport
", .id = O_VPORT, .type = XTTYPE_PORT,
36
XTOPT_POINTER(s,
vport
)},
57
"[!] --
vport
port VIP port to match; by number or name,\n"
184
printf(" %svport %u", prefix, ntohs(data->
vport
));
Completed in 298 milliseconds