Searched refs:net (Results 151 - 175 of 1112) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/bsd/net/altq/
H A DMakefile20 INSTALL_MI_DIR = net/altq
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A DMakefile21 INSTALL_MI_DIR = net/classq
H A Dif_classq.h36 #include <net/classq/classq.h>
74 #include <net/altq/if_altq.h>
205 #include <net/pktsched/pktsched_priq.h>
206 #include <net/pktsched/pktsched_fairq.h>
207 #include <net/pktsched/pktsched_tcq.h>
208 #include <net/pktsched/pktsched_cbq.h>
209 #include <net/pktsched/pktsched_hfsc.h>
210 #include <net/pktsched/pktsched_qfq.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_utun.h34 #include <net/if_utun_crypto.h>
62 #define UTUN_CONTROL_NAME "com.apple.net.utun_control"
H A Dkpi_interfacefilter.h40 #include <net/kpi_interface.h>
H A Dndrv.h33 #include <net/dlil.h>
H A Dif_ppp.h46 * $FreeBSD: src/sys/net/if_ppp.h,v 1.14 1999/08/28 00:48:20 peter Exp $
54 #include <net/ppp_defs.h>
55 #include <net/if.h>
H A Dmulticast_list.c43 #include <net/multicast_list.h>
47 #include <net/if_dl.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A DMakefile21 INSTALL_MI_DIR = net/pktsched
H A Dpktsched_hfsc.h65 #include <net/pktsched/pktsched.h>
66 #include <net/classq/classq.h>
67 #include <net/classq/classq_red.h>
68 #include <net/classq/classq_rio.h>
69 #include <net/classq/classq_blue.h>
70 #include <net/classq/classq_sfb.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.c41 #include <net/if.h>
42 #include <net/route.h>
46 #include <net/pfkeyv2.h>
50 #include <net/net_osdep.h>
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dadblock.pl35 fastclick.net
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dadblock.pl35 fastclick.net
/macosx-10.10.1/Librpcsvc-24/
H A Dbootparam_prot.x33 * WHOAMI takes a net address and returns a client name and also a
34 * likely net address for routing
36 * server name, server net address and pathname for the file.
66 char net;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DauthDoncio19 set TEST_HOST=doncio.net
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/glue/
H A Dtests.sh42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/ans2/
H A Dans.pl65 } elsif ($qname eq "www.example.org" || $qname eq "www.example.net" ||
81 } elsif ($qname eq "badcname.example.net" ||
82 $qname eq "goodcname.example.net") {
85 $packet->push("authority", new Net::DNS::RR("example.net 300 NS ns.example.net"));
86 $packet->push("additional", new Net::DNS::RR("ns.example.net 300 A 10.53.0.3"));
87 } elsif ($qname =~ /^nodata\.example\.net$/i) {
89 } elsif ($qname =~ /^nxdomain\.example\.net$/i) {
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/libipsec/
H A Dpolicy_token.l40 #include <net/pfkeyv2.h>
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dtoken.l42 #include <net/pfkeyv2.h>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhtmlcheetah.vim3 " Maintainer: Max Ischenko <mfi@ukr.net>
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Ddest6.c44 #include <net/if.h>
45 #include <net/route.h>
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c393 fatalperror(net, "getsysv");
404 fatalperror(net, "getsockopt");
461 net = STDIN_FILENO;
561 fatal(net, "Failed while waiting for encryption");
564 fatal(net, "Encryption required but not turned on by client");
706 fatal(net, "All network ports in use");
717 fatal(net, "cannot set pty security");
720 fatal(net, "cannot set tty security");
730 fatal(net, "Couldn't resolve your address into a host name.\r\n\
731 Please contact your net administrato
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-egp.c142 register u_int32_t net; local
150 net = addr & IN_CLASSA_NET;
153 net = addr & IN_CLASSB_NET;
156 net = addr & IN_CLASSC_NET;
159 net = 0;
180 addr |= net;
324 printf(" net:%s", ipaddr_string(&egp->egp_sourcenet));
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c139 #include <net/dlil.h> /* for dlil_init() */
140 #include <net/kpi_protocol.h> /* for proto_kpi_init() */
141 #include <net/iptap.h> /* for iptap_init() */
146 #include <net/if_ether.h> /* for ether_family_init() */
147 #include <net/if_gif.h> /* for gif_init() */
158 #include <net/content_filter.h> /* for cfil_init() */
159 #include <net/necp.h> /* for necp_init() */
160 #include <net/packet_mangler.h> /* for pkt_mnglr_init() */
161 #include <net/if_utun.h> /* for utun_register_control() */
162 #include <net/if_ipse
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/resolver/
H A Dtests.sh28 $DIG +tcp nxdomain.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
35 $DIG +tcp nodata.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
55 $DIG +tcp www.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
62 $DIG +tcp www.example.net @10.53.0.1 aaaa -p 5300 > dig.out || ret=1
83 $DIG +tcp badcname.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
90 $DIG +tcp goodcname.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
104 $DIG +tcp foo.baddname.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
111 $DIG +tcp foo.gooddname.example.net @10.53.0.1 a -p 5300 > dig.out || ret=1
162 $DIG +tcp mx example.net @10.53.0.7 -p 5300 > dig.ns7.out.${n} || ret=1
167 zone example.net
[all...]

Completed in 335 milliseconds

1234567891011>>