Searched defs:Protocol (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMS_if_compat.h91 * @Protocol: One of LMS_PROTOCOL_TYPE
104 UINT8 Protocol; member in struct:__anon764
132 * @Protocol: One of LMS_PROTOCOL_TYPE
155 UINT8 Protocol; member in struct:__anon766
247 * @Protocol: Protocol version.
252 UINT8 Protocol; member in struct:__anon771
260 * @Protocol: Protocol version.
266 UINT8 Protocol; member in struct:__anon772
[all...]
H A DProtocol.h62 class Protocol class
78 Protocol();
79 ~Protocol();
H A DProtocol.cpp59 #include "Protocol.h"
65 const LMEProtocolVersionMessage Protocol::MIN_PROT_VERSION(1, 0);
66 const LMEProtocolVersionMessage Protocol::MAX_PROT_VERSION(1, 0);
68 Protocol::Protocol() : function in class:Protocol
96 Protocol::~Protocol()
106 bool Protocol::Init(EventLogCallback cb, void *param)
165 Channel *Protocol::_getSockOpenChannel(SOCKET s)
183 bool Protocol
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dperfstat.c224 static char Protocol[MODSTR]; /* Protocol in use */ variable
341 Protocol, FS, /* protocol used for comm. */
399 Protocol, FS, /* protocol used for comm. */
975 strcpy(Protocol,str);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h230 UINT16 Protocol; member in struct:_IPv4_DEVICE_PATH
241 UINT16 Protocol; member in struct:_IPv6_DEVICE_PATH
335 EFI_GUID Protocol; member in struct:_MEDIA_PROTOCOL_DEVICE_PATH
H A Defiip.h120 UINT8 Protocol; member in struct:__anon170
147 UINT8 Protocol; member in struct:__anon173
370 UINT8 Protocol; member in struct:_EFI_IP6_OVERRIDE_DATA
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h200 uint8_t Protocol; member in struct:__anon2113
344 uint8_t ProtType; /* Protocol type */
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_cmn.h575 U32 Protocol:8,
597 unm_halfmsgword_t Protocol:8,
624 Protocol:8, member in struct:_unm_ip_header_s
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h192 uint8_t Protocol; member in struct:__anon299
336 uint8_t ProtType; /* Protocol type */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c563 if (info->Protocol)
570 NATPortReq.opcode = info->Protocol;
621 req.protocol = (info->Protocol == NATOp_MapUDP ? PCPProto_UDP : PCPProto_TCP);
627 if (info->Protocol)
678 if (!n->Protocol) n->NewResult = mStatus_NoError;
745 (n->Protocol ?
774 const char *prot = n->Protocol == 0 ? "Add" : n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "???";
806 if (n->Protocol)
3700 mDNSu8 Protocol = AddrReply->opcode & 0x7F; local
[all...]
H A DmDNSEmbeddedAPI.h223 kDNSType_HIP = 55, // 55 Host Identity Protocol
1269 mDNSs32 retryPortMap; // If Protocol is nonzero, time to send our next mapping packet
1298 mDNSu8 Protocol; // NATOp_MapUDP or NATOp_MapTCP, or zero if just requesting the external IP address member in struct:NATTraversalInfo_struct
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl2.h1224 * Conforms to "Management Component Transport Protocol (MCTP) Host
1233 UINT8 Protocol; member in struct:acpi_table_mchi
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h971 uint8_t Protocol; member in struct:config_page_fc_device_0

Completed in 153 milliseconds