Home
last modified time | relevance | path

Searched refs:protocols (Results 1 – 25 of 80) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dprotocols.c138 struct objc_protocol_list *protocols; in class_addProtocol() local
154 protocols = malloc (sizeof (struct objc_protocol_list)); in class_addProtocol()
155 protocols->count = 1; in class_addProtocol()
156 protocols->list[0] = (struct objc_protocol *)protocol; in class_addProtocol()
159 protocols->next = class_->protocols; in class_addProtocol()
160 class_->protocols = protocols; in class_addProtocol()
185 proto_list = class_->protocols; in class_conformsToProtocol()
226 proto_list = class_->protocols; in class_copyProtocolList()
242 proto_list = class_->protocols; in class_copyProtocolList()
H A Dinit.c688 if (category->protocols) in __objc_exec_class()
690 __objc_init_protocols (category->protocols); in __objc_exec_class()
691 __objc_class_add_protocols (class, category->protocols); in __objc_exec_class()
731 if (category->protocols) in __objc_exec_class()
733 __objc_init_protocols (category->protocols); in __objc_exec_class()
734 __objc_class_add_protocols (class, category->protocols); in __objc_exec_class()
944 if (class->protocols) in __objc_init_class()
945 __objc_init_protocols (class->protocols); in __objc_init_class()
1042 protos->next = class->protocols; in __objc_class_add_protocols()
1043 class->protocols = protos; in __objc_class_add_protocols()
/dragonfly/etc/bluetooth/
H A Dprotocols1 # $DragonFly: src/etc/bluetooth/protocols,v 1.1 2008/01/03 13:35:20 hasso Exp $
2 # $NetBSD: protocols,v 1.1 2006/06/19 15:44:35 gdamore Exp $
3 # $Id: protocols,v 1.1 2006/06/19 15:44:35 gdamore Exp $
4 # $FreeBSD: /repoman/r/ncvs/src/etc/bluetooth/protocols,v 1.2 2005/11/10 19:09:22 emax Exp $
H A DMakefile4 FILES= protocols
/dragonfly/usr.sbin/ppp/
H A Dhdlc.c177 } protocols[] = { variable
285 #define NPROTOCOLS NELEM(protocols)
293 if (proto >= protocols[f].from && proto <= protocols[f].to) in hdlc_Protocol2Nam()
294 return protocols[f].name; in hdlc_Protocol2Nam()
295 else if (proto < protocols[f].from) in hdlc_Protocol2Nam()
H A DREADME.nat72 A second disadvantage is that "IP encoding" protocols, which send IP
76 protocols. This frees users from depending on using the ftp passive
80 The implementation supports all standard, non-encoding TCP and UDP protocols.
81 Examples of these protocols are http, gopher and telnet. The standard UDP
158 the number of NAT links open for different protocols.
167 This will allow rsh, RPC and other specialised protocols to work
254 occasional IP-encoding protocols always need workarounds (hacks).
255 Users who are interested in supporting new IP-encoding protocols
/dragonfly/usr.sbin/ypserv/
H A DMakefile.yp103 PROTOCOLS = $(YPSRCDIR)/protocols
123 TARGETS= servers hosts networks protocols rpc services shells group
179 protocols: protocols.bynumber protocols.byname
400 protocols.byname: $(PROTOCOLS)
413 protocols.bynumber: $(PROTOCOLS)
/dragonfly/contrib/file/magic/Magdir/
H A Dcommunications7 # It is used for conformance testing of communication protocols.
18 # described in ITU-T Z.120, mainly used for communication protocols.
/dragonfly/test/libpthread/
H A Dmutex_d.c129 const int protocols[] = { variable
600 for (mproto = 0; mproto < NELEMENTS(protocols); mproto++) { in mutex_init_test()
605 protocols[mproto]) == 0); in mutex_init_test()
671 for (mproto = 0; mproto < NELEMENTS(protocols); mproto++) { in mutex_destroy_test()
676 protocols[mproto]) == 0); in mutex_destroy_test()
757 for (mproto = 0; mproto < NELEMENTS(protocols); mproto++) { in mutex_lock_test()
762 protocols[mproto]) == 0); in mutex_lock_test()
846 for (mproto = 0; mproto < NELEMENTS(protocols); mproto++) { in mutex_unlock_test()
851 protocols[mproto]) == 0); in mutex_unlock_test()
/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dmodule-abi-8.h227 struct objc_protocol_list *protocols; /* Protocols conformed to */ member
304 struct objc_protocol_list *protocols; /* List of Protocols member
/dragonfly/crypto/libressl/tls/
H A Dtls_config.c215 tls_config_parse_protocols(uint32_t *protocols, const char *protostr) in tls_config_parse_protocols() argument
222 *protocols = TLS_PROTOCOLS_DEFAULT; in tls_config_parse_protocols()
272 *protocols = protos; in tls_config_parse_protocols()
695 tls_config_set_protocols(struct tls_config *config, uint32_t protocols) in tls_config_set_protocols() argument
697 config->protocols = protocols; in tls_config_set_protocols()
H A Dtls.c516 if ((ctx->config->protocols & TLS_PROTOCOL_TLSv1_0) == 0) in tls_configure_ssl()
518 if ((ctx->config->protocols & TLS_PROTOCOL_TLSv1_1) == 0) in tls_configure_ssl()
520 if ((ctx->config->protocols & TLS_PROTOCOL_TLSv1_2) == 0) in tls_configure_ssl()
522 if ((ctx->config->protocols & TLS_PROTOCOL_TLSv1_3) == 0) in tls_configure_ssl()
/dragonfly/lib/libc/net/
H A Dgetprotoent.c289 NSS_MP_CACHE_HANDLING(protocols);
474 protocols, (void *)nss_lt_all, in getprotoent_r()
502 protocols, (void *)nss_lt_all, in setprotoent()
523 protocols, (void *)nss_lt_all, in endprotoent()
H A Dgetproto.c96 protocols, (void *)nss_lt_id, in getprotobynumber_r()
H A Dgetprotoname.c105 protocols, (void *)nss_lt_name, in getprotobyname_r()
/dragonfly/etc/
H A Dprotocols2 # Internet protocols
4 # $FreeBSD: src/etc/protocols,v 1.13.2.3 2002/02/27 03:39:00 dd Exp $
5 # $DragonFly: src/etc/protocols,v 1.8 2007/08/16 20:03:51 dillon Exp $
6 # from: @(#)protocols 5.1 (Berkeley) 4/17/89
H A Dnscd.conf10 enable-cache protocols yes
/dragonfly/include/protocols/
H A DMakefile6 INCSDIR=${INCLUDEDIR}/protocols
/dragonfly/usr.bin/getent/
H A Dgetent.c71 static int protocols(int, char *[]);
92 { "protocols", protocols, },
409 protocols(int argc, char *argv[]) in protocols() function
/dragonfly/initrd/etc/
H A DMakefile6 ${.CURDIR}/../../etc/protocols \
/dragonfly/etc/rc.d/
H A Dnsswitch83 protocols: files
/dragonfly/share/man/man5/
H A DMakefile49 protocols.5 \
/dragonfly/contrib/dhcpcd/src/
H A Dscript.c153 static const char *protocols[] = { variable
353 if (protocols[protocol] != NULL) { in make_env()
355 protocols[protocol]) == -1) in make_env()
/dragonfly/gnu/lib/gcc47/libobjc/
H A DMakefile50 protocols.c \
/dragonfly/lib/libc/nls/
H A Dca_ES.ISO8859-1.msg99 46 Fam�lia de protocols no suportada
101 47 Fam�lia d'adreces no suportada per la fam�lia de protocols

1234