Home
last modified time | relevance | path

Searched refs:destinationAddress (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/dhcp/common/
Dsocket.cpp122 in_addr_t destinationAddress, in sendOnInterface() argument
134 addr.sin_addr.s_addr = destinationAddress; in sendOnInterface()
/device/generic/goldfish/dhcp/common/include/
Dsocket.h47 in_addr_t destinationAddress,
/device/generic/goldfish/radio/include/telephony/
Dril.h7197 char destinationAddress[MAX_INADDR_LEN]; /* Destination address in network-byte order */ member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h8537 char destinationAddress[MAX_INADDR_LEN]; /* Destination address in network-byte order */ member
Dril_service.cpp3353 keepalive.destinationAddress.size() != 4) { in startKeepalive()
3361 keepalive.destinationAddress.size() != 16) { in startKeepalive()
3376 ::memcpy(kaReq.destinationAddress, in startKeepalive()
3377 keepalive.destinationAddress.data(), keepalive.destinationAddress.size()); in startKeepalive()