Searched defs:networkId (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp459 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 DConfig.h366 const RTNETADDRIPV4& networkId() const {return m_NetworkID;} function in class:NetworkConfigEntity
390 cfg->networkId(), cfg->netmask(), addr, addr)
461 const RTNETADDRIPV4& networkId,
H A DConfig.cpp544 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 Dglxext.h853 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 Dglxext.h834 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 Dglxext.h732 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 Dglxext.h712 int networkId; member in struct:__anon73
745 typedef int ( * PFNGLXHYPERPIPECONFIGSGIXPROC) (Display *dpy, int networkId, int npipes, GLXHyperpipeConfigSGIX *cfg, int *hpId);

Completed in 70 milliseconds