OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_bad_address
(Results
1 - 1
of
1
) sorted by null
/external/android-clat/
ipv6.c
52
/* function:
log_bad_address
58
void
log_bad_address
(const char *fmt, const struct in6_addr *src, const struct in6_addr *dst) {
function
67
#define
log_bad_address
(fmt, src, dst)
macro
93
log_bad_address
("ipv6_packet/multicast %s->%s", &ip6->ip6_src, &ip6->ip6_dst);
108
log_bad_address
("ipv6_packet/wrong source address: %s->%s", &ip6->ip6_src, &ip6->ip6_dst);
Completed in 307 milliseconds