Searched refs:net (Results 1 - 25 of 114) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/NetUtil/
H A Dinet_makeaddr.c59 inet_makeaddr(in_addr_t net, in_addr_t host)
64 if (net < 128)
65 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
66 else if (net < 65536)
67 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
68 else if (net < 16777216L)
69 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
71 addr = net | host;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_DEPEND.main.d33 #pragma D depends_on library net.d
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jar ... -INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ com/sun/net/httpserver/spi/ com
H A Dresolver.jar ... int SYSTEM_SUFFIX public static final int URI_SUFFIX protected java.net.URL base protected java.net.URL catalogCwd ...
/vbox/include/iprt/
H A Dcidr.h32 #include <iprt/net.h>
H A Dudp.h32 #include <iprt/net.h>
/vbox/src/VBox/Devices/PC/ipxe/src/
H A DMakefile63 SRCDIRS += net net/tcp net/udp net/infiniband net/80211
66 SRCDIRS += drivers/net
67 SRCDIRS += drivers/net/e1000
68 SRCDIRS += drivers/net/e1000e
69 SRCDIRS += drivers/net/igb
70 SRCDIRS += drivers/net/igbv
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbyht.c63 static struct netent net; variable in typeref:struct:netent
107 net.n_name = p;
117 net.n_net = inet_network(cp);
118 net.n_addrtype = AF_INET;
119 q = net.n_aliases = net_aliases;
134 return (&net);
158 _getnetbyhtaddr(register unsigned long net, register int type) argument
164 if (p->n_addrtype == type && p->n_net == net)
H A Dns_ntoa.c50 union { union ns_net net_e; u_long long_e; } net; local
57 net.net_e = addr.x_net;
58 sprintf(obuf, "%lx", (u_long)ntohl(net.long_e));
H A Dgetnetbydns.c231 _getnetbydnsaddr(register unsigned long net, register int net_type) argument
243 for (nn = 4, net2 = net; net2; net2 >>= 8)
271 unsigned u_net = net; /* maybe net should be unsigned ? */
283 _getnetbydnsname(register const char *net) argument
293 strncpy(qbuf, net, sizeof(qbuf) - 1);
H A Dres_init.c163 char *net; local
343 net = cp;
349 if (inet_aton(net, &a)) {
353 net = cp;
359 if (inet_aton(net, &a)) {
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxPortForwardString.h21 #include <iprt/net.h>
H A DVBoxNetLib.h21 #include <iprt/net.h>
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageNATNetwork.cpp45 #include <iprt/net.h>
305 ComPtr<INATNetwork> net; local
306 rc = a->virtualBox->FindNATNetworkByName(NetName.mutableRaw(), net.asOutParam());
312 CHECK_ERROR(a->virtualBox, CreateNATNetwork(NetName.raw(), net.asOutParam()));
326 CHECK_ERROR(net, COMSETTER(Network)(Bstr(pNetworkCidr).raw()));
332 CHECK_ERROR(net, COMSETTER(NeedDhcpServer) ((BOOL)dhcp));
339 CHECK_ERROR(net, COMSETTER(IPv6Enabled) ((BOOL)ipv6));
349 CHECK_ERROR(net, RemovePortForwardRule((BOOL)(*it).fIPv6,
369 CHECK_ERROR(net, AddPortForwardRule((BOOL)(*it).fPfrIPv6,
386 CHECK_ERROR_RET(net, COMSETTE
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dresolv_conf_parser.h22 #include <iprt/net.h>
/vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/
H A DVBoxNetAdp-freebsd.c47 #include <net/if.h>
48 #include <net/if_var.h>
49 #include <net/route.h>
50 #include <net/if_dl.h>
51 #include <net/if_media.h>
52 #include <net/if_types.h>
53 #include <net/ethernet.h>
54 #include <net/bpf.h>
74 # include <net/vnet.h>
/vbox/src/VBox/HostDrivers/darwin/
H A DVBoxNetSend.h29 # include <net/kpi_interface.h>
33 # include <net/if.h>
/vbox/src/VBox/NetworkServices/NAT/
H A Drtmon_bsd.c26 #include <net/if_dl.h>
27 #include <net/route.h>
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dget-pci-ids3 # get-pci-ids: extract pci vendor/device ids from linux net drivers
5 # Copyright (C) 2003 Georg Baum <gbaum@users.sf.net>
57 my $cflags="-D__KERNEL__ -I$kernel_src/include -I$kernel_src/net/inet -O2";
63 my @drivers = split /\s+/, `find $kernel_src/drivers/net -name '*.c' | sort`;
93 $driver =~ s!$kernel_src/drivers/net/!!g;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/
H A DMakefile.com80 net.d \
104 CLEANFILES += ../common/net.sed ../common/net.d
182 ../common/net.d: ../common/net.sed ../common/net.d.in
183 sed -f ../common/net.sed < ../common/net.d.in > $@
/vbox/src/VBox/Runtime/common/checksum/
H A Dipv6.cpp31 #include <iprt/net.h>
/vbox/src/VBox/Runtime/common/net/
H A Dmacstr.cpp31 #include <iprt/net.h> /* must come before getopt.h */
/vbox/src/VBox/Runtime/include/internal/
H A Dsocket.h32 #include <iprt/net.h>
/vbox/src/VBox/Runtime/testcase/
H A DtstRTNetIPv4.cpp31 #include <iprt/net.h>
/vbox/src/VBox/Main/src-server/linux/
H A DNetIf-linux.cpp28 #include <net/if.h>
29 #include <net/if_arp.h>
30 #include <net/route.h>
51 FILE *fp = fopen("/proc/net/route", "r");
92 RTStrPrintf(szBuf, sizeof(szBuf), "/sys/class/net/%s/speed", pszName);
104 RTStrPrintf(szBuf, sizeof(szBuf), "/sys/class/net/%s/carrier", pszName);
167 FILE *fp = fopen("/proc/net/if_inet6", "r");
186 Log(("getInterfaceInfo: Error while reading /proc/net/if_inet6, n=%d uLength=%u\n",
225 FILE *fp = fopen("/proc/net/dev", "r");

Completed in 1095 milliseconds

12345