Home
last modified time | relevance | path

Searched refs:vport (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_ipvs.t9 -m ipvs --vport http;-m ipvs --vport 80;OK
10 -m ipvs ! --vport ssh;-m ipvs ! --vport 22;OK
11 -m ipvs --vport 22;=;OK
12 -m ipvs ! --vport 443;=;OK
20 -m ipvs --vproto 6 --vaddr 1.2.3.4/16 --vport 22 --vdir ORIGINAL --vmethod GATE;=;OK
Dlibxt_ipvs.c36 XTOPT_POINTER(s, vport)},
183 printf(" %svport %u", prefix, ntohs(data->vport)); in ipvs_mt_dump()
Dlibxt_ipvs.man14 [\fB!\fP] \fB\-\-vport\fP \fIport\fP
/third_party/iptables/include/linux/netfilter/
Dxt_ipvs.h20 __be16 vport; member
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c786 const D3DVIEWPORT9 *vport = &context->viewport; in update_viewport() local
793 pvport.scale[0] = (float)vport->Width * 0.5f; in update_viewport()
794 pvport.scale[1] = (float)vport->Height * -0.5f; in update_viewport()
795 pvport.scale[2] = vport->MaxZ - vport->MinZ; in update_viewport()
796 pvport.translate[0] = (float)vport->Width * 0.5f + (float)vport->X; in update_viewport()
797 pvport.translate[1] = (float)vport->Height * 0.5f + (float)vport->Y; in update_viewport()
798 pvport.translate[2] = vport->MinZ; in update_viewport()
822 ((vport->Width & (vport->Width-1)) == 0) && in update_viewport()
823 ((vport->Height & (vport->Height-1)) == 0)) { in update_viewport()
3244 const D3DVIEWPORT9 *vport = &device->state.viewport; in update_vs_constants_sw() local
[all …]
/third_party/eudev/rules/
D50-udev-default.rules7 SUBSYSTEM=="virtio-ports", KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}"