/aosp_15_r20/external/ot-br-posix/src/mdns/ |
H A D | mdns_avahi.cpp | 1160 AvahiProtocol aProtocol, in HandleBrowseResult() argument 1169 aServiceBrowser, aInterfaceIndex, aProtocol, aEvent, aName, aType, aDomain, aFlags); in HandleBrowseResult() 1174 AvahiProtocol aProtocol, in HandleBrowseResult() argument 1182 OTBR_UNUSED_VARIABLE(aProtocol); in HandleBrowseResult() 1187 …brLogInfo("Browse service reply: %s.%s proto %d inf %u event %d flags %d", aName, aType, aProtocol, in HandleBrowseResult() 1193 Resolve(aInterfaceIndex, aProtocol, aName, aType); in HandleBrowseResult() 1210 AvahiProtocol aProtocol, in Resolve() argument 1223 mPublisherAvahi->mClient, aInterfaceIndex, aProtocol, aInstanceName.c_str(), aType.c_str(), in Resolve() 1240 AvahiProtocol aProtocol, in HandleResolveServiceResult() argument 1253 …aServiceResolver, aInterfaceIndex, aProtocol, aEvent, aName, aType, aDomain, aHostName, aAddress, … in HandleResolveServiceResult() [all …]
|
H A D | mdns_avahi.hpp | 208 AvahiProtocol aProtocol, 220 AvahiProtocol aProtocol, 277 AvahiProtocol aProtocol, 289 AvahiProtocol aProtocol, 319 AvahiProtocol aProtocol, 327 AvahiProtocol aProtocol, 337 AvahiProtocol aProtocol,
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | socket_utils.cpp | 38 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec() argument 44 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec() 51 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec()
|
H A D | socket_utils.hpp | 58 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | misc.cpp | 99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec() argument 105 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec() 112 VerifyOrExit((fd = socket(aDomain, aType, aProtocol)) != -1, perror("socket(SOCK_CLOEXEC)")); in SocketWithCloseExec()
|
H A D | platform-posix.h | 404 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption);
|
/aosp_15_r20/external/openthread/src/core/net/ |
H A D | nat64_translator.cpp | 605 void Translator::ProtocolCounters::Count6To4Packet(uint8_t aProtocol, uint64_t aPacketSize) in Count6To4Packet() argument 607 switch (aProtocol) in Count6To4Packet() 627 void Translator::ProtocolCounters::Count4To6Packet(uint8_t aProtocol, uint64_t aPacketSize) in Count4To6Packet() argument 629 switch (aProtocol) in Count4To6Packet()
|
H A D | nat64_translator.hpp | 111 void Count6To4Packet(uint8_t aProtocol, uint64_t aPacketSize); 120 void Count4To6Packet(uint8_t aProtocol, uint64_t aPacketSize);
|
H A D | ip4_types.hpp | 421 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument
|
H A D | dns_types.hpp | 2227 void SetProtocol(uint8_t aProtocol) { mProtocol = aProtocol; } in SetProtocol() argument
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | protocol-rewrite-1.m | 57 + (id)protocolCheckerWithTarget:(NSObject *)anObject protocol:(Protocol *)aProtocol;
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-instancetype-2.m.result | 58 + (instancetype)protocolCheckerWithTarget:(NSObject *)anObject protocol:(Protocol *)aProtocol;
|
H A D | objcmt-instancetype-2.m | 58 + (id)protocolCheckerWithTarget:(NSObject *)anObject protocol:(Protocol *)aProtocol;
|