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

1234567891011>>

/macosx-10.10.1/files-662.1.1/private/etc/
H A Dnetworks4 loopback 127 loopback-net
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnetdb.h52 #include <isc/net.h>
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dnetdb.h52 #include <isc/net.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Diptap.h32 #include <net/if.h>
36 #include <net/pktap.h>
H A Detherdefs.h58 #include <net/ethernet.h>
59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dnetdb.h53 #include <isc/net.h>
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Dnetdb.h53 #include <isc/net.h>
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dinet_makeaddr.c49 inet_makeaddr(net, host)
50 in_addr_t net, host;
54 if (net < 128U)
55 a.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST);
56 else if (net < 65536U)
57 a.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST);
58 else if (net < 16777216L)
59 a.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST);
61 a.s_addr = net | host;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/altq/
H A Daltq_var.h65 #include <net/pktsched/pktsched.h>
66 #include <net/classq/classq.h>
67 #include <net/altq/if_altq.h>
69 #include <net/altq/altq_hfsc.h>
72 #include <net/altq/altq_fairq.h>
75 #include <net/altq/altq_cbq.h>
78 #include <net/altq/altq_priq.h>
80 #include <net/altq/altq_qfq.h>
H A Daltq_cbq.h65 #include <net/pfvar.h>
66 #include <net/altq/altq.h>
67 #include <net/pktsched/pktsched_cbq.h>
H A Daltq_fairq.h62 * $DragonFly: src/sys/net/altq/altq_fairq.h,v 1.1 2008/04/06 18:58:15 dillon Exp $
68 #include <net/pfvar.h>
69 #include <net/altq/altq.h>
70 #include <net/pktsched/pktsched_fairq.h>
H A Daltq_hfsc.h64 #include <net/pfvar.h>
65 #include <net/altq/altq.h>
66 #include <net/pktsched/pktsched_hfsc.h>
H A Daltq_priq.h60 #include <net/pfvar.h>
61 #include <net/altq/altq.h>
62 #include <net/pktsched/pktsched_priq.h>
H A Daltq_qfq.h32 #include <net/pfvar.h>
33 #include <net/altq/altq.h>
34 #include <net/pktsched/pktsched_qfq.h>
H A Daltq.h61 #include <net/pktsched/pktsched.h>
73 #include <net/altq/altq_var.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dipv6.c20 #include <isc/net.h>
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dipv6.c20 #include <isc/net.h>
/macosx-10.10.1/vim-55/src/
H A Dos_beos.h25 #include <net/socket.h> /* for typedefs and #defines only */
/macosx-10.10.1/autofs-246/files/
H A Dauto_master5 /net -hosts -nobrowse,hidefromfinder,nosuid
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/rbt/
H A Ddns_rbtnodechain_last_data6 dns_rbtnodechain_last_1.data isc.org . iengines.net .
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A DCHANGES11 - KATO Kanryu: kanryu6@users.sourceforge.net
22 - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=2795699&group_id=12883
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Denc_read.c92 static unsigned char *net=NULL; local
109 if (net == NULL)
111 net=OPENSSL_malloc(BSIZE);
112 if (net == NULL) return(-1);
151 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
153 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
162 /* we now have at net_num bytes in net */
163 p=net;
167 * we make sure that we have read a multiple of 8 bytes from the net.
176 i=read(fd,(void *)&(net[net_nu
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dnetwork.c80 if (net >= FD_SETSIZE)
82 FD_SET(net, &excepts);
83 value = select(net+1, 0, 0, &excepts, &timeout);
91 if (FD_ISSET(net, &excepts)) {
133 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
143 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
150 NetClose(net);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DCGA.h40 #include <net/if.h>
/macosx-10.10.1/configd-699.1.5/Plugins/KernelEventMonitor/
H A Deventmon.h46 #include <net/if.h>
47 #include <net/if_dl.h>
48 #include <net/if_media.h>
49 #include <net/route.h>

Completed in 280 milliseconds

1234567891011>>