Searched refs:protocol (Results 1 - 8 of 8) sorted by relevance

/system/netd/server/
H A DFirewallController.cpp109 int FirewallController::setEgressDestRule(const char* addr, int protocol, int port, argument
117 sprintf(protocolStr, "%d", protocol);
H A DMDnsSdListener.h128 uint32_t protocol, const char *hostname);
H A DMDnsSdListener.cpp271 const char *interfaceName, uint32_t protocol, const char *hostname) {
272 if (VDBG) ALOGD("getAddrInfo(%d, %s %d, %s)", requestId, interfaceName, protocol, hostname);
283 DNSServiceErrorType result = DNSServiceGetAddrInfo(ref, nativeFlags, interfaceInt, protocol,
502 int protocol = 0; // intelligient heuristic (both v4 + v6) local
503 getAddrInfo(cli, requestId, interfaceName, protocol, hostname);
270 getAddrInfo(SocketClient *cli, int requestId, const char *interfaceName, uint32_t protocol, const char *hostname) argument
/system/core/libnetutils/
H A Dpacket.c107 ip.protocol = IPPROTO_UDP;
192 } else if (packet.ip.protocol != IPPROTO_UDP) {
194 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol);
227 packet.ip.protocol = IPPROTO_UDP;
/system/netd/client/
H A DNetdClient.cpp84 int netdClientSocket(int domain, int type, int protocol) { argument
85 int socketFd = libcSocket(domain, type, protocol);
/system/core/fastbootd/
H A DAndroid.mk33 protocol.c \
/system/core/fastboot/
H A DAndroid.mk22 LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c util.c fs.c
/system/core/adb/
H A Dsysdeps.h463 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) argument
465 return socketpair( d, type, protocol, sv );

Completed in 227 milliseconds