Searched refs:protocol (Results 101 - 125 of 347) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_net.c128 int type, protocol; local
144 protocol = IPPROTO_UDP;
151 protocol = IPPROTO_TCP;
159 protocol = IPPROTO_IP;
166 protocol = IPPROTO_ICMP;
173 protocol = 0;
181 protocol = 0;
193 if ((error = socreate(family, &so, type, protocol, l, NULL)) != 0) {
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dserver.c105 later CVS protocol. Exported because root.c also uses. */
874 * will exit as soon as it gets an error, but the protocol spec
1042 error (0, 0, "protocol error: `%s' contains more leading ..", path);
1066 E protocol error: %s is not absolute", repos);
1078 E protocol error: directory '%s' not within root '%s'",
1105 E protocol error: directory '%s' not within current directory",
1182 "E protocol error: `%s' has too many ..", dir);
1189 protocol is an ordinary character, not a directory separator (of
1197 "E protocol error: invalid directory syntax in %s", dir);
1799 * protocol specificatio
3272 static struct buffer *protocol = NULL; variable in typeref:struct:buffer
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dbpf.c52 open_socket(struct interface *iface, int protocol) argument
110 if (protocol == ETHERTYPE_ARP) {
138 send_raw_packet(const struct interface *iface, int protocol, argument
147 hw.ether_type = htons(protocol);
152 if (protocol == ETHERTYPE_ARP)
162 get_raw_packet(struct interface *iface, int protocol, argument
170 if (protocol == ETHERTYPE_ARP)
/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dbpf.c53 open_socket(struct interface *iface, int protocol) argument
111 if (protocol == ETHERTYPE_ARP) {
137 send_raw_packet(const struct interface *iface, int protocol, argument
146 hw.ether_type = htons(protocol);
151 if (protocol == ETHERTYPE_ARP)
161 get_raw_packet(struct interface *iface, int protocol, argument
169 if (protocol == ETHERTYPE_ARP)
/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dinetcf.c39 * protocol (field 3), path (field 6), arg0 (field 7)
87 char *protocol; local
143 protocol = strtok((char *) 0, whitespace);
185 inet_chk(protocol, path, arg0, arg1);
194 static void inet_chk(protocol, path, arg0, arg1)
195 char *protocol;
297 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
301 if (! STR_EQ(protocol, "rpc/tcp"))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/sbin/kcm/
H A DMakefile24 protocol.c \
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/lib/
H A DMakefile5 USE_FORT?= yes # network protocol library
8 SRCS= conffile.c disk.c util.c parameters.c protocol.c storage.c
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet.h53 * @protocol: Ethernet protocol number in host byte order
66 const char *ifname, const u8 *own_addr, unsigned short protocol,
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_socket.c172 SCARG(&a, protocol) = SCARG(uap, protocol);
189 SCARG(&a, protocol) = SCARG(uap, protocol);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.h51 char *protocol; /* protocol name */ member in struct:__anon2465
52 char *where; /* protocol state */
70 * QMQP protocol status codes.
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_print.c75 STRING_OR_EMPTY(tp->protocol),
H A Dtls_proxy_clnt.c240 if (tls_context->protocol)
241 myfree((char *) tls_context->protocol);
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/isc-dhcp/
H A Ddst.h59 const int protocol, /* dns protocol */
70 const int protocol, /* key DNS protocol */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dproto-lossage-4.mm1 /* Test for situations in which protocol conformance information
9 @protocol Proto
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dproto-lossage-4.m1 /* Test for situations in which protocol conformance information
9 @protocol Proto
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dst/
H A Ddst.h412 unsigned int flags, unsigned int protocol,
508 unsigned int protocol, dns_rdataclass_t rdclass,
514 unsigned int protocol, dns_rdataclass_t rdclass,
521 unsigned int flags, unsigned int protocol,
528 unsigned int flags, unsigned int protocol,
919 unsigned int protocol, dns_rdataclass_t rdclass,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdbserver-support.exp24 # Unles you have a gdbserver that uses a different protocol...
185 # Returns the target protocol and socket to connect to.
205 # Extract the protocol
207 set protocol [target_info gdb_protocol]
209 set protocol "remote"
262 return [list $protocol $gdbport]
268 # Returns the target protocol and socket to connect to.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-keyfromlabel.c93 fprintf(stderr, " -p protocol: default: 3 [dnssec]\n");
135 int protocol = -1, signatory = 0; local
225 protocol = strtol(isc_commandline_argument, &endp, 10);
226 if (*endp != '\0' || protocol < 0 || protocol > 255)
433 if (protocol == -1)
434 protocol = DNS_KEYPROTO_DNSSEC;
436 protocol != DNS_KEYPROTO_DNSSEC)
437 fatal("invalid DNSKEY protocol: %d", protocol);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h41 int swrap_socket(int family, int type, int protocol);
129 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devutil.c62 evutil_socketpair(int family, int type, int protocol, int fd[2]) argument
65 return socketpair(family, type, protocol, fd);
82 if (protocol
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapwhoami.c77 if( protocol == LDAP_VERSION2 ) {
79 prog, protocol );
126 protocol = LDAP_VERSION3;
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Drfc931.c52 static FILE *fsocket(domain, type, protocol)
55 int protocol;
60 if ((s = socket(domain, type, protocol)) < 0) {
228 * protocol, not part of the data.
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_state.c106 state->protocol = mystrdup(MAIL_PROTO_SMTP);
193 if (state->protocol)
194 myfree(state->protocol);
/netbsd-6-1-5-RELEASE/usr.sbin/mopd/common/
H A Dpf.c71 pfInit(const char *interface, int mode, u_short protocol, int typ) argument
134 insns[1].k = protocol;
135 insns[3].k = protocol;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_3000_300.c158 scsiboot = (strcmp(b->protocol, "SCSI") == 0);
159 netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
160 (strcmp(b->protocol, "MOP") == 0);

Completed in 240 milliseconds

1234567891011>>