Searched refs:networkId (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 459 RTNETADDRIPV4 networkId; local 460 networkId.u = address.u & netmask.u; 463 RTNETADDRIPV4 LowerAddress = networkId; 486 networkId, local 551 RTNETADDRIPV4 networkId = networkid(address, netmask); local 555 networkId, local
|
H A D | Config.h | 366 const RTNETADDRIPV4& networkId() const {return m_NetworkID;} function in class:NetworkConfigEntity 390 cfg->networkId(), cfg->netmask(), addr, addr) 461 const RTNETADDRIPV4& networkId,
|
H A D | Config.cpp | 544 const RTNETADDRIPV4& networkId, 558 LowerAddress = networkId; 561 UpperAddress.u = networkId.u | (~netmask.u); 567 networkId, 543 addNetwork(NetworkConfigEntity *, const RTNETADDRIPV4& networkId, const RTNETADDRIPV4& netmask, RTNETADDRIPV4& LowerAddress, RTNETADDRIPV4& UpperAddress) argument
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 853 int networkId; member in struct:__anon14836 877 extern int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 886 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glxext.h | 834 int networkId; member in struct:__anon3200 858 extern int glXHyperpipeConfigSGIX (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId); 867 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glxext.h | 732 int networkId; member in struct:__anon3700 765 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/vbox/include/VBox/HostServices/ |
H A D | glxext.h | 712 int networkId; member in struct:__anon73 745 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);
|
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/ |
H A D | glxproto.h | 1265 CARD32 networkId B32;
|
Completed in 100 milliseconds