Searched refs:destinationAddress (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/radio/1.1/
H A Dtypes.hal185 vec<uint8_t> destinationAddress; // destination address with type = family, in network
/hardware/ril/include/telephony/
H A Dril.h7162 char destinationAddress[MAX_INADDR_LEN]; /* Destination address in network-byte order */ member in struct:__anon5833
/hardware/ril/reference-ril/
H A Dril.h7162 char destinationAddress[MAX_INADDR_LEN]; /* Destination address in network-byte order */ member in struct:__anon6052
/hardware/ril/libril/
H A Dril_service.cpp2850 keepalive.destinationAddress.size() != 4) {
2858 keepalive.destinationAddress.size() != 16) {
2873 ::memcpy(kaReq.destinationAddress,
2874 keepalive.destinationAddress.data(), keepalive.destinationAddress.size());

Completed in 151 milliseconds