Searched refs:protocol (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_3000_500.c178 scsiboot = (strcmp(b->protocol, "SCSI") == 0);
179 netboot = (strcmp(b->protocol, "BOOTP") == 0) ||
180 (strcmp(b->protocol, "MOP") == 0);
H A Ddec_6600.c208 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
209 (strcasecmp(b->protocol, "RAID") == 0) ||
210 (strcasecmp(b->protocol, "I2O") == 0) ||
211 (strcasecmp(b->protocol, "IDE") == 0);
212 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
213 (strcasecmp(b->protocol, "MOP") == 0);
H A Dautoconf.c147 bd.protocol = boot_fields[0];
158 bd.protocol, bd.bus, bd.slot, bd.channel);
H A Dapi_up1000.c184 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
185 (strcasecmp(b->protocol, "IDE") == 0);
186 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
187 (strcasecmp(b->protocol, "MOP") == 0);
H A Ddec_1000a.c261 diskboot = (strcasecmp(b->protocol, "SCSI") == 0) ||
262 (strcasecmp(b->protocol, "RAID") == 0);
263 netboot = (strcasecmp(b->protocol, "BOOTP") == 0) ||
264 (strcasecmp(b->protocol, "MOP") == 0);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dservice.c29 * Maps an IP port and protocol (such as tcp or udp)
49 struct berval *protocol,struct berval *buf)
58 if (!BER_BVISNULL(protocol)) {
59 if (nssov_escape(protocol,&bv3))
80 struct berval *protocol,struct berval *buf)
86 if (!BER_BVISNULL(protocol)) {
87 if (nssov_escape(protocol,&bv2))
48 mkfilter_service_byname(nssov_mapinfo *mi,struct berval *name, struct berval *protocol,struct berval *buf) argument
79 mkfilter_service_bynumber(nssov_mapinfo *mi,struct berval *numb, struct berval *protocol,struct berval *buf) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_packet.c66 * for correctness; 2) to return an error if protocol is
139 * to protocol block.
244 * @param protocol RO: One of the values SSL, TLS, or IPSec.
245 * Denotes the protocol that PacketObject should
295 * N8_UNIMPLEMENTED_FUNCTION - not supported protocol configuration requested
310 const N8_Protocol_t protocol,
482 /* protocol in use */
483 packetObject_p->packetProtocol = protocol;
488 /* verify protocol configuration */
489 protocolConfiguration = PROTOCOL_CIPHER_HASH(protocol, ciphe
308 N8_PacketInitializeMemory(N8_Packet_t *packetObject_p, const N8_ContextHandle_t *contextHandle_p, const N8_Protocol_t protocol, const N8_Cipher_t cipher, const N8_CipherInfo_t *cipherInfo_p, const N8_HashAlgorithm_t hashAlgorithm, const N8_PacketMemoryMode_t mode, N8_Event_t *event_p) argument
819 N8_PacketInitialize(N8_Packet_t *packetObject_p, const N8_ContextHandle_t *contextHandle_p, const N8_Protocol_t protocol, const N8_Cipher_t cipher, const N8_CipherInfo_t *cipherInfo_p, const N8_HashAlgorithm_t hashAlgorithm, N8_Event_t *event_p) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_parse.y56 * protocol/mode/src-dst/level
57 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
58 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
59 * protocol/transport parsed as protocol/mode/any-any/default
60 * protocol/transport//level parsed as protocol/mode/any-any/level
287 : protocol SLAS
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-2.mm7 @protocol MyProtocol
H A Dcomp-types-5.mm12 @protocol MyProtocol
H A Dencode-5.mm1 /* Method encoding tests for stand-alone @protocol declarations. */
33 @protocol Proto
44 Protocol *proto = @protocol(Proto);
H A Dproto-qual-1.mm1 /* Check that protocol qualifiers are compiled and encoded properly. */
19 @protocol Retain
33 Protocol *proto = @protocol(Retain);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dcomp-types-1.m6 @protocol MyProtocol
H A Dcomp-types-4.m11 @protocol MyProtocol
H A Dencode-3.m1 /* Method encoding tests for stand-alone @protocol declarations. */
29 @protocol Proto
40 Protocol *proto = @protocol(Proto);
H A Dproto-qual-1.m1 /* Check that protocol qualifiers are compiled and encoded properly. */
20 @protocol Retain
34 Protocol *proto = @protocol(Retain);
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_socketcall.h112 syscallarg(int) protocol; member in struct:linux_sys_socket_args
118 syscallarg(int) protocol; member in struct:linux_sys_socketpair_args
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_public/
H A Dn8_pub_packet.h117 * SSL/TLS packet structure as defined by the protocol.
122 * IPSec packet structure as defined by the protocol.
181 N8_KeyInfo_t key; /* specific protocol data */
190 N8_Protocol_t packetProtocol; /* packet protocol to use: SSL, TLS, IPSec */
220 const N8_Protocol_t protocol,
229 const N8_Protocol_t protocol,
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Decp.c163 f->protocol = PPP_ECP;
H A Dfsm.h70 int protocol; /* Data Link Layer Protocol field value */ member in struct:fsm
84 char *term_reason; /* Reason for closing protocol */
118 char *proto_name; /* String name for protocol (for messages) */
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapmodrdn.c91 fprintf( stderr, _(" -P version protocol version (default: 3)\n"));
110 if( protocol == LDAP_VERSION2 ) {
140 if( protocol == LDAP_VERSION2 ) {
142 prog, protocol );
146 protocol = LDAP_VERSION3;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet_freebsd.c105 unsigned short protocol)
130 protocol);
203 const char *ifname, const u8 *own_addr, unsigned short protocol,
225 if (l2_packet_init_libpcap(l2, protocol)) {
104 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
202 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
H A Dl2_packet_none.c74 const char *ifname, const u8 *own_addr, unsigned short protocol,
73 l2_packet_init( const char *ifname, const u8 *own_addr, unsigned short protocol, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *buf, size_t len), void *rx_callback_ctx, int l2_hdr) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/config/
H A Dslite.exp20 # protocol. These are actually pretty generic.
53 set protocol [target_info gdb_protocol];
55 set protocol "sparclite"
60 set command "target $protocol [target_info serial]\n";
67 set command "target $protocol udp [target_info netport]\n";
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd_state.c78 state->protocol = MAIL_PROTO_QMQP;

Completed in 159 milliseconds

1234567891011>>