Searched defs:ALOGD (Results 1 - 3 of 3) sorted by relevance
/system/core/libnetutils/ |
H A D | packet.c | 35 #define ALOGD printf macro 183 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); 187 ALOGD("Not a valid IP packet"); 191 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); 195 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); 199 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest));
|
H A D | ifc_utils.c | 49 #define ALOGD printf macro 656 ALOGD("failed to remove default route for %s: %s", ifname, strerror(errno));
|
/system/core/include/log/ |
H A D | log.h | 113 #ifndef ALOGD 114 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
|
Completed in 79 milliseconds