Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 35) sorted by relevance

12

/original-bsd/etc/
H A Dprotocols6 ip 0 IP # internet protocol, pseudo protocol number
7 icmp 1 ICMP # internet control message protocol
8 igmp 2 IGMP # internet group management protocol
9 ggp 3 GGP # gateway-gateway protocol
10 tcp 6 TCP # transmission control protocol
11 egp 8 EGP # exterior gateway protocol
12 pup 12 PUP # PARC universal packet protocol
13 udp 17 UDP # user datagram protocol
14 hmp 20 HMP # host monitoring protocol
16 rdp 27 RDP # reliable data protocol
/original-bsd/lib/librpc/rpc/
H A Dpmap_getport.c56 pmap_getport(address, program, version, protocol) in pmap_getport() argument
60 u_int protocol;
73 parms.pm_prot = protocol;
H A Dpmap_clnt.c56 pmap_set(program, version, protocol, port) in pmap_set() argument
59 int protocol;
75 parms.pm_prot = protocol;
H A Dsvc.c136 svc_register(xprt, prog, vers, dispatch, protocol) in svc_register() argument
141 int protocol;
162 if (protocol) {
163 return (pmap_set(prog, vers, protocol, xprt->xp_port));
/original-bsd/sys/kern/
H A Duipc_domain.c94 pffindproto(family, protocol, type) in pffindproto() argument
95 int family, protocol, type; in pffindproto()
109 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
131 int family, protocol; local
141 protocol = name[1];
151 if (pr->pr_protocol == protocol && pr->pr_sysctl)
H A Dvnode_if.src12 # protocol used by each vop call. The first column is the name of
30 # XXX - the lookup locking protocol defies simple description and depends
H A Duipc_syscalls.c58 SCARG(uap, protocol))) {
294 SCARG(uap, protocol)))
297 SCARG(uap, protocol)))
H A Dsubr_rmap.c.sav160 * positive, or the protocol has broken down.
/original-bsd/old/dlmpcc/
H A Ddlmpcc.c80 char *bdstr, *strtok(), protocol, line[LINESIZE];
83 protocol = '\0';
137 protocol = *(lptr = strtok((char *)0, ':'));
138 switch (cf.protoports[port] = protocol) {
154 protocol = 'A';
162 if(protocol) {
170 switch (protocol = *lptr) {
187 protocol = 'A';
/original-bsd/sys/vax/uba/
H A Dnp.c177 npcnxtab[unit][j].protocol = NPCLCONN;
277 unsign16 protocol; local
306 protocol = npcnxtab[unit][conn].protocol;
1934 NpCloseConn(mp,protocol)
1936 unsign16 protocol; variable
2009 NpProtChange(protocol,unit) in NpProtChange() argument
2010 register unsign16 protocol; in NpProtChange()
2024 if(protocol != NPMAINT) {
2042 NpBoardChange(protocol,unit) in NpBoardChange() argument
2043 register unsign16 protocol; in NpBoardChange()
[all …]
H A Dnpreg.h530 unsign16 protocol; /* Protocol used on this connection */ member
/original-bsd/old/adb/common_scripts/
H A Dprotosw1 ./"type"16t"domain"16t"protocol"8t"flags"nd++8tpd8txnn"input"16t"output"16t"ctlinput"16t"ctloutput"…
/original-bsd/usr.bin/uucp/DOC/
H A DREADME.TCP10 This is because the 'g' protocol maxes out at about 9000 baud
11 regardless of the physical medium. The 't' protocol presumes an
12 error free channel, and is essentially the 'g' protocol with the
H A DCHANGES13 4.2BSD style networking on top of tcp/ip ('t' protocol)
14 X.25/PAD support ('f' protocol)
106 The 'g' protocol code was cleaned up a lot and is now almost
/original-bsd/sys/netccitt/
H A DREADME.hdlc15 * The HDLC protocol layer interface consists of the following procedures:
28 * is X.25 packet protocol -- which it is.
/original-bsd/usr.sbin/sendmail/src/
H A Dsrvrsmtp.c110 char *protocol; /* sending protocol */ local
173 protocol = NULL;
266 protocol = "ESMTP";
271 protocol = "SMTP";
379 if (protocol == NULL)
380 protocol = "SMTP";
381 define('r', protocol, e);
H A DTRACEFLAGS13 9 daemon.c getauthinfo IDENT protocol
H A DTODO144 How would the protocol be defined?
H A DREAD_ME402 as selecting various database packages and special protocol support.
426 IDENTPROTO Define this as 1 to get IDENT (RFC 1413) protocol support.
430 turn off IDENT protocol support. If defined off, the code
664 By default, the IDENT protocol is turned off on Ultrix. If you
/original-bsd/sys/netiso/
H A Dtp_pcb.c618 tp_attach(so, protocol)
620 int protocol; variable
662 if (protocol && protocol<ISOPROTO_TP4) {
/original-bsd/usr.sbin/timed/timed/
H A DCHANGES40 separate the main protocol timer from that used to look for other networks
86 networks. The TSP protocol has no provision of "goodness of clock",
104 require changing the protocol with all of the implied
114 effectively in the protocol, and the time required by each
/original-bsd/libexec/rlogind/
H A Drlogind.c83 void protocol __P((int, int));
301 protocol(f, master);
338 protocol(f, p) in protocol() function
/original-bsd/usr.bin/uucp/vms/support/
H A Dservers.dat98 # Remote Who Daemon (run internally using UDP protocol)
/original-bsd/usr.sbin/sendmail/
H A DREAD_ME105 RFC821 SMTP protocol
174 protocol violations that were ignored by older versions. If you
185 Sendmail 8 supports the IDENT protocol, as defined by RFC 1413.
/original-bsd/usr.sbin/amd/text/
H A DINSTALL148 # Automount control protocol

12