| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 8 egp 8 EGP # Exterior Gateway Protocol 11 nvp-ii 11 NVP-II # Network Voice Protocol 27 rdp 27 RDP # Reliable Data Protocol 29 iso-tp4 29 ISO-TP4 # ISO Transport Protocol Class 4 30 netblt 30 NETBLT # Bulk Data Transfer Protocol 31 mfe-nsp 31 MFE-NSP # MFE Network Services Protocol 32 merit-inp 32 MERIT-INP # MERIT Internodal Protocol 33 sep 33 SEP # Sequential Exchange Protocol 34 3pc 34 3PC # Third Party Connect Protocol 35 idpr 35 IDPR # Inter-Domain Policy Routing Protocol [all …]
|
| H A D | services | 19 msp 18/tcp # Message Send Protocol 20 msp 18/udp # Message Send Protocol 25 ssh 22/tcp # SSH Remote Login Protocol 26 ssh 22/udp # SSH Remote Login Protocol 31 dsp 33/tcp # Display Support Protocol 32 dsp 33/udp # Display Support Protocol 35 rap 38/tcp # Route Access Protocol 36 rap 38/udp # Route Access Protocol 37 rlp 39/tcp # Resource Location Protocol 38 rlp 39/udp # Resource Location Protocol [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | protocols.c | 77 Protocol * 80 Protocol *protocol; in objc_getProtocol() 86 protocol = (Protocol *)(objc_hash_value_for_key (__protocols_hashtable, name)); in objc_getProtocol() 92 Protocol ** 96 Protocol **returnValue = NULL; in objc_copyProtocolList() 114 returnValue = (Protocol **)(malloc (sizeof (Protocol *) * (count + 1))); in objc_copyProtocolList() 136 class_addProtocol (Class class_, Protocol *protocol) in class_addProtocol() 168 class_conformsToProtocol (Class class_, Protocol *protocol) in class_conformsToProtocol() 193 || protocol_conformsToProtocol ((Protocol *)proto_list->list[i], in class_conformsToProtocol() 207 Protocol ** [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | protocols.c | 77 Protocol * 80 Protocol *protocol; in objc_getProtocol() 86 protocol = (Protocol *)(objc_hash_value_for_key (__protocols_hashtable, name)); in objc_getProtocol() 92 Protocol ** 96 Protocol **returnValue = NULL; in objc_copyProtocolList() 114 returnValue = (Protocol **)(malloc (sizeof (Protocol *) * (count + 1))); in objc_copyProtocolList() 136 class_addProtocol (Class class_, Protocol *protocol) in class_addProtocol() 168 class_conformsToProtocol (Class class_, Protocol *protocol) in class_conformsToProtocol() 193 || protocol_conformsToProtocol ((Protocol *)proto_list->list[i], in class_conformsToProtocol() 207 Protocol ** [all …]
|
| /netbsd-src/etc/ |
| H A D | protocols | 4 # Protocol Numbers 17 # * Assigned Internet Protocol Numbers 19 # Assigned Internet Protocol Numbers 30 # In the Internet Protocol version 4 (IPv4) [RFC791] there is a field 31 # called "Protocol" to identify the next level protocol. This is an 8 32 # bit field. In Internet Protocol version 6 (IPv6) [RFC8200], this field 46 # Decimal Keyword Protocol IPv6 Extension … 57 egp 8 EGP # Exterior Gateway Protocol [RFC888][David_Mills] 62 nvp-ii 11 NVP-II # Network Voice Protocol [RFC741][Steve_Casner] 69 …ugger [Haverty, J., "XNET Formats for Internet Protocol Version 4", IEN 1… [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | hand.c | 62 IN EFI_GUID *Protocol OPTIONAL, in LibLocateHandle() 90 Protocol, in LibLocateHandle() 447 EFI_GUID *Protocol; in LibInstallProtocolInterfaces() local 474 Protocol = va_arg(args, EFI_GUID *); in LibInstallProtocolInterfaces() 475 if (!Protocol) { in LibInstallProtocolInterfaces() 485 DEBUG((D_INFO, "LibInstallProtocolInterface: %d %x\n", Protocol, Interface)); in LibInstallProtocolInterfaces() 486 …Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE… in LibInstallProtocolInterfaces() 506 Protocol = va_arg(args, EFI_GUID *); in LibInstallProtocolInterfaces() 508 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface); in LibInstallProtocolInterfaces() 535 EFI_GUID *Protocol; in LibUninstallProtocolInterfaces() local [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| H A D | runtime.h | 783 objc_EXPORT Protocol *objc_getProtocol (const char *name); 793 objc_EXPORT Protocol **objc_copyProtocolList (unsigned int *numberOfReturnedProtocols); 799 objc_EXPORT BOOL class_addProtocol (Class class_, Protocol *protocol); 807 objc_EXPORT BOOL class_conformsToProtocol (Class class_, Protocol *protocol); 818 objc_EXPORT Protocol **class_copyProtocolList (Class class_, unsigned int *numberOfReturnedProtocol… 823 objc_EXPORT BOOL protocol_conformsToProtocol (Protocol *protocol, Protocol *anotherProtocol); 828 objc_EXPORT BOOL protocol_isEqual (Protocol *protocol, Protocol *anotherProtocol); 832 objc_EXPORT const char *protocol_getName (Protocol *protocol); 847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol, 866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
| H A D | runtime.h | 783 objc_EXPORT Protocol *objc_getProtocol (const char *name); 793 objc_EXPORT Protocol **objc_copyProtocolList (unsigned int *numberOfReturnedProtocols); 799 objc_EXPORT BOOL class_addProtocol (Class class_, Protocol *protocol); 807 objc_EXPORT BOOL class_conformsToProtocol (Class class_, Protocol *protocol); 818 objc_EXPORT Protocol **class_copyProtocolList (Class class_, unsigned int *numberOfReturnedProtocol… 823 objc_EXPORT BOOL protocol_conformsToProtocol (Protocol *protocol, Protocol *anotherProtocol); 828 objc_EXPORT BOOL protocol_isEqual (Protocol *protocol, Protocol *anotherProtocol); 832 objc_EXPORT const char *protocol_getName (Protocol *protocol); 847 objc_EXPORT struct objc_method_description protocol_getMethodDescription (Protocol *protocol, 866 objc_EXPORT struct objc_method_description *protocol_copyMethodDescriptionList (Protocol *protocol, [all …]
|
| /netbsd-src/etc/bluetooth/ |
| H A D | protocols | 3 # Bluetooth Protocol/Service Multiplexer (PSM) names and values 9 # Protocol PSM [ Alias ... ] 11 # Service Discovery Protocol, Bluetooth Core Specification 21 # Bluetooth Network Encapsulation Protocol, Bluetooth SIG 31 # Audio/Video Control Transport Protocol, Bluetooth SIG 34 # Audio/Video Distribution Transport Protocol, Bluetooth SIG 40 # Attribute Protocol, Bluetooth Core Specification 46 # Internet Protocol Support Profile [IPSP], Bluetooth SIG
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/ |
| H A D | preamble.sdf | 179 DAP|Directory Access Protocol 185 DISP|Directory Information Shadowing Protocol 189 DOP|Directory Operational Binding Management Protocol 193 DSP|Directory System Protocol 198 FTP|File Transfer Protocol 210 IP|Internet Protocol 212 IPsec|Internet Protocol Security 213 IPv4|Internet Protocol, version 4 214 IPv6|Internet Protocol, version 6 219 LDAP|Lightweight Directory Access Protocol [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | References.txt | 66 3.1. Ethernet Protocol References . . . . . . . . . . . . . . . 6 67 3.2. Token Ring Protocol References . . . . . . . . . . . . . . 6 68 3.3. FDDI Protocol References . . . . . . . . . . . . . . . . . 6 69 3.4. Internet Protocol Version 4 References . . . . . . . . . . 6 70 3.5. Unicast Datagram Protocol References . . . . . . . . . . . 6 72 4. BOOTP Protocol References . . . . . . . . . . . . . . . . . . 6 74 5. DHCPv4 Protocol References . . . . . . . . . . . . . . . . . . 7 75 5.1. DHCPv4 Protocol . . . . . . . . . . . . . . . . . . . . . 7 76 5.1.1. Core Protocol References . . . . . . . . . . . . . . . 7 83 6. DHCPv6 Protocol References . . . . . . . . . . . . . . . . . . 10 [all …]
|
| H A D | IANA-arp-parameters | 5 The Address Resolution Protocol (ARP) specified in [RFC826] has 11 The Reverse Address Resolution Protocol (RARP) specified in [RFC903] 16 The Dynamic Reverse Address Resolution Protocol (DRARP) uses the 22 The Inverse Address Resolution Protocol (IARP) specified in [RFC1293] 82 Protocol Type (pro) 91 [RFC826] Plummer, D., "An Ethernet Address Resolution Protocol or 92 Converting Network Protocol Addresses to 48-bit Ethernet 97 Reverse Address Resolution Protocol", STD 38, RFC 903, 101 Protocol", RFC 1293, Wellfleet Communications, Inc.,
|
| /netbsd-src/share/doc/papers/pulldown/ |
| H A D | refs.r | 4 %T Internet Protocol, Version 6 (IPv6) Specification 11 %T Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specificat… 24 %T Transmission Control Protocol 31 %T File Transfer Protocol 45 %T Internet Protocol, Version 6 (IPv6) Specification 67 %T Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specificat… 87 %T RIPng Protocol Applicability Statement 144 %T Internet Protocol 151 %T Security Architecture for the Internet Protocol
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4525.txt | 12 Lightweight Directory Access Protocol (LDAP) 29 Access Protocol (LDAP) Modify operation to support an increment 42 5.2. LDAP Protocol Mechanism ....................................3 43 5.3. LDAP Protocol Mechanism ....................................4 50 The Lightweight Directory Access Protocol (LDAP) [RFC4510] does not 158 5.2. LDAP Protocol Mechanism 160 The following LDAP Protocol Mechanism has been registered. 162 Subject: Request for LDAP Protocol Mechanism Registration 180 5.3. LDAP Protocol Mechanism 185 Subject: Request for LDAP Protocol Mechanism Registration [all …]
|
| H A D | rfc4510.txt | 14 Lightweight Directory Access Protocol (LDAP): 22 Official Protocol Standards" (STD 1) for the standardization state 31 The Lightweight Directory Access Protocol (LDAP) is an Internet 39 Directory Access Protocol (LDAP), an Internet Protocol, consists of 42 LDAP: The Protocol [RFC4511] 181 Protocol (LDAP): The Protocol", RFC 4511, June 2006. 183 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol 188 Protocol (LDAP): Authentication Methods and Security 192 Protocol (LDAP): String Representation of Distinguished 196 Access Protocol (LDAP): String Representation of Search [all …]
|
| H A D | rfc4526.txt | 12 Lightweight Directory Access Protocol (LDAP) 20 Official Protocol Standards" (STD 1) for the standardization state 29 This document extends the Lightweight Directory Access Protocol 47 The X.500 Directory Access Protocol (DAP) [X.511] supports absolute 124 Subject: Request for LDAP Protocol Mechanism Registration Object 142 Protocol (LDAP): Technical Specification Road Map", RFC 146 Protocol (LDAP): The Protocol", RFC 4511, June 2006. 148 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol 153 Access Protocol (LDAP): String Representation of Search 159 Directory Access Protocol", RFC 1777, March 1995. [all …]
|
| H A D | rfc4527.txt | 12 Lightweight Directory Access Protocol (LDAP) 21 Official Protocol Standards" (STD 1) for the standardization state 31 Access Protocol (LDAP) to allow the client to read the target entry 47 6.2. LDAP Protocol Mechanisms ...................................5 66 Access Protocol (LDAP) [RFC4510] to allow the client to read the 81 functionality in the X.500 Directory Access Protocol (DAP) [X.511]. 93 Protocol elements are described using ASN.1 [X.680] with implicit 248 6.2. LDAP Protocol Mechanisms 250 The IANA has registered the LDAP Protocol Mechanism described in this 253 Subject: Request for LDAP Protocol Mechanism Registration [all …]
|
| H A D | rfc4373.txt | 14 Lightweight Directory Access Protocol (LDAP) 15 Bulk Update/Replication Protocol (LBURP) 29 The Lightweight Directory Access Protocol (LDAP) Bulk 30 Update/Replication Protocol (LBURP) allows an LDAP client to perform 60 RFC 4373 LDAP Bulk Update/Replication Protocol January 2006 67 3. Overview of Protocol ............................................3 73 3.4. Applicability of Protocol ..................................5 74 4. Description of Protocol Flow ....................................5 75 5. Elements of Protocol ............................................6 116 RFC 4373 LDAP Bulk Update/Replication Protocol January 2006 [all …]
|
| H A D | rfc5020.txt | 12 The Lightweight Directory Access Protocol (LDAP) entryDN 20 Official Protocol Standards" (STD 1) for the standardization state 29 This document describes the Lightweight Directory Access Protocol 66 the Lightweight Directory Access Protocol (LDAP) [RFC4510], an entry 179 [RFC4510] Zeilenga, K., Ed., "Lightweight Directory Access Protocol 183 [RFC4512] Zeilenga, K., Ed., "Lightweight Directory Access Protocol 193 [RFC3687] Legg, S., "Lightweight Directory Access Protocol (LDAP) 198 Protocol (LDAP): The Protocol", RFC 4511, June 2006. 200 [RFC4514] Zeilenga, K., Ed., "Lightweight Directory Access Protocol 205 Access Protocol (LDAP): String Representation of Search [all …]
|
| H A D | rfc4529.txt | 13 Lightweight Directory Access Protocol (LDAP) 27 The Lightweight Directory Access Protocol (LDAP) search operation 47 In the Lightweight Directory Access Protocol (LDAP) [RFC4510], the 153 Registration of the LDAP Protocol Mechanism [RFC4520] defined in this 156 Subject: Request for LDAP Protocol Mechanism Registration 190 Protocol (LDAP): Technical Specification Road Map", RFC 194 Protocol (LDAP): The Protocol", RFC 4511, June 2006. 196 [RFC4512] Zeilenga, K., "Lightweight Directory Access Protocol 201 Access Protocol (LDAP): Uniform Resource Locator", RFC 211 [RFC3673] Zeilenga, K., "Lightweight Directory Access Protocol [all …]
|
| H A D | rfc4528.txt | 12 Lightweight Directory Access Protocol (LDAP) 21 Official Protocol Standards" (STD 1) for the standardization state 30 This document defines the Lightweight Directory Access Protocol 45 5.2. LDAP Protocol Mechanism ....................................4 65 This document defines the Lightweight Directory Access Protocol 87 Protocol elements are described using ASN.1 [X.680] with implicit 104 [Protocol, Section 4.5.1]. The criticality may be TRUE or FALSE. 195 5.2. LDAP Protocol Mechanism 199 Subject: Request for LDAP Protocol Mechanism Registration 243 Protocol (LDAP): Technical Specification Road Map", RFC [all …]
|
| H A D | rfc3909.txt | 12 Lightweight Directory Access Protocol (LDAP) 20 Official Protocol Standards" (STD 1) for the standardization state 29 This specification describes a Lightweight Directory Access Protocol 32 Directory Access Protocol (DAP) Abandon operation, this operation has 37 The Lightweight Directory Access Protocol (LDAP) [RFC3377] provides 44 The X.511 Directory Access Protocol (DAP) [X.511] provides an Abandon 63 Protocol elements are described using ASN.1 [X.680] with implicit 231 5.2. LDAP Protocol Mechanism 233 The IANA has registered upon Standards Action the LDAP Protocol 236 Subject: LDAP Protocol Mechanism Registration [all …]
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 483 IN EFI_GUID *Protocol, 494 IN EFI_GUID *Protocol, 510 IN EFI_GUID *Protocol, 533 IN EFI_GUID *Protocol OPTIONAL, 542 IN EFI_GUID *Protocol, 682 IN EFI_GUID *Protocol, 691 IN EFI_GUID *Protocol, 700 IN EFI_GUID *Protocol, 708 IN EFI_GUID *Protocol, 715 IN EFI_GUID *Protocol, [all …]
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 38 AFP Apple Filing Protocol 86 ARP Address Resolution Protocol 148 BGP Border Gateway Protocol 187 BSDP Boot Service Discovery Protocol 218 CARP Common Address Redundancy Protocol 239 CDP Cisco Discovery Protocol 254 CHAP Challenge-Handshake Authentication Protocol 372 DAP Directory Access Protocol 394 DCOP Desktop COmmunication Protocol 426 DHCP Dynamic Host Configuration Protocol [all...] |
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 603 ACPI_EFI_GUID *Protocol, 611 ACPI_EFI_GUID *Protocol, 619 ACPI_EFI_GUID *Protocol, 626 ACPI_EFI_GUID *Protocol, 632 ACPI_EFI_GUID *Protocol, 640 ACPI_EFI_GUID *Protocol, 648 ACPI_EFI_GUID *Protocol, 669 ACPI_EFI_GUID *Protocol, 679 ACPI_EFI_GUID *Protocol, 694 ACPI_EFI_GUID *Protocol, [all …]
|