Searched refs:udp (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices22 tcpmux 1/udp # TCP Port Service Multiplexer
26 compressnet 2/udp # Management Utility
28 compressnet 3/udp # Compression Process
33 # 4/udp Unassigned
34 rje 5/udp # Remote Job Entry
39 # 6/udp Unassigned
40 echo 7/udp # Echo
44 # 8/udp Unassigned
45 discard 9/udp # Discard
49 # 10/udp Unassigne
[all...]
/macosx-10.10.1/Heimdal-398.1.2/etc/
H A Dservices.append6 kerberos 88/udp kerberos-sec # Kerberos v5 UDP
8 kpasswd 464/udp # password changing
14 kerberos-adm 749/udp # v5 kadmin
16 kerberos-iv 750/udp kdc # Kerberos authentication--udp
18 kerberos_master 751/udp # v4 kadmin
29 krb524 4444/udp # MIT 5->4
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd.h71 int udp; member in struct:nfs_conf_lockd
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dcount_pf.perl522 $proc = $files = $tcp = $udp = 0;
35 $progress, $proc, $files, $tcp, $udp;
36 $proc = $files = $tcp = $udp = 0;
62 elsif ($1 eq "UDP") { $udp++; }
/macosx-10.10.1/bootp-298/bootplib/
H A Dbootp_transmit.c48 #include <netinet/udp.h>
60 struct udphdr udp; member in struct:__anon6700
142 udp_pseudo = (udp_pseudo_hdr_t *)(((char *)&ip_udp->udp)
169 udp_pseudo = (udp_pseudo_hdr_t *)(((char *)&ip_udp->udp)
180 /* fill in udp pseudo header */
185 udp_pseudo->length = htons(sizeof(ip_udp->udp) + len);
188 ip_udp->udp.uh_sport = htons(src_port);
189 ip_udp->udp.uh_dport = htons(dest_port);
190 ip_udp->udp.uh_ulen = htons(sizeof(ip_udp->udp)
[all...]
H A Ddhcp.h36 #include <netinet/udp.h>
59 struct udphdr udp; member in struct:dhcp_packet
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdump.h60 #include <netinet/udp.h>
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dppp_ip.c52 #include <netinet/udp.h>
295 struct udphdr udp; local
301 memcpy(&udp, pkt + sizeof(struct ip), sizeof(struct udphdr));
302 if (udp.uh_sport == htons(IPPORT_BOOTPS) && udp.uh_dport == htons(IPPORT_BOOTPC)) {
317 struct udphdr udp; local
325 memcpy(&udp, pkt + sizeof(struct ip), sizeof(struct udphdr));
326 if (udp.uh_sport == htons(IPPORT_BOOTPC) && udp.uh_dport == htons(IPPORT_BOOTPS)) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Ddhcp.h41 #include <netinet/udp.h>
63 struct udphdr udp; member in struct:dhcp_packet
H A DMakefile16 tcpip.h udp.h udp_var.h
H A Dbootp.h42 #include <netinet/udp.h>
/macosx-10.10.1/NFS-82/nfsd/
H A Dcommon.h42 int udp; /* nfsd/mountd */ member in struct:nfs_conf_server
H A Dmain.c125 1, /* udp */
259 config.udp = udpflag;
603 } else if (!strcmp(key, "nfs.server.udp")) {
604 conf->udp = val;
643 if (!config.udp && !config.tcp)
699 (newconf.tcp != config.tcp) || (newconf.udp != config.udp) ||
710 (newconf.tcp != config.tcp) || (newconf.udp != config.udp))
937 if (config.udp) {
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dpacket.pl41 # Usage: packet.pl [-a <address>] [-p <port>] [-t (udp|tcp)] [filename]
44 # to udp, and file to stdin.
56 print ("Usage: packet.pl [-a address] [-p port] [-t (tcp|udp)] [file]\n");
69 my $proto = "udp";
71 usage if ($proto !~ /^(udp|tcp)$/);
98 if ($proto eq "udp") {
H A Dgenzone.sh93 wks02 WKS 10.0.0.1 udp domain 0 1 2
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man4/
H A DMakefile43 udp.4 \
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Desp_output.c87 #include <netinet/udp.h> /* for nat traversal */
255 struct udphdr *udp = NULL; local
412 udp = mtod(md, struct udphdr *);
421 if (sav->remote_ike_port == htons(udp->uh_dport)) {
423 udp->uh_dport = sav->natt_encapsulated_src_port;
424 udp->uh_sum = 0; /* don't need checksum with ESP auth */
459 udp = mtod(n, struct udphdr *);
460 esp = (struct esp *)(void *)((caddr_t)udp + sizeof(struct udphdr));
470 udp = mtod(md, struct udphdr *);
471 esp = (struct esp *)(void *)((caddr_t)udp
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dsyslog.pl160 ($name,$aliases,$proto) = getprotobyname('udp');
161 $udp = $proto;
163 ($name,$aliases,$port,$proto) = getservbyname('syslog','udp');
186 socket(SYSLOG,$af_inet,$datagram,$udp) || die "socket: $!\n";
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dbad.conf20 avoid-v4-udp-ports { 100; }
21 avoid-v6-udp-ports { 100; };
H A Dgood.conf25 avoid-v4-udp-ports {
28 avoid-v6-udp-ports {
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dstatd.h168 int udp; member in struct:nfs_conf_statd
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DDHCPLease.h43 #include <netinet/udp.h>
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_cuseeme.c57 #include <netinet/udp.h>
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ntp/
H A Dtime.tcl32 if {![catch {package require udp}]} {
33 set options(-protocol) udp
36 set options(-protocol) udp
193 if {[string equal $State(-protocol) "udp"]} {
195 && [llength [package provide udp]] == 0} {
197 set State(error) "udp support is not available, \
204 if {[string equal $State(-protocol) "udp"]} {
236 if {[string equal $State(-protocol) "udp"]} {
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntptrap78 $proto_udp = (getprotobyname('udp'))[$[+2] ||
79 (warn("$0: Could not get protocoll number for 'udp' using 17"), 17);
81 $ntp_port = (getservbyname('ntp','udp'))[$[+2] ||
82 (warn("$0: Could not get port number for service ntp/udp using 123"), 123);

Completed in 185 milliseconds

12345