Home
last modified time | relevance | path

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

/security/tomoyo/
Dnetwork.c90 const __be32 *min_ip, const __be32 *max_ip) in tomoyo_print_ipv4() argument
92 snprintf(buffer, buffer_len, "%pI4%c%pI4", min_ip, in tomoyo_print_ipv4()
93 *min_ip == *max_ip ? '\0' : '-', max_ip); in tomoyo_print_ipv4()
107 const struct in6_addr *min_ip, in tomoyo_print_ipv6() argument
110 snprintf(buffer, buffer_len, "%pI6c%c%pI6c", min_ip, in tomoyo_print_ipv6()
111 !memcmp(min_ip, max_ip, 16) ? '\0' : '-', max_ip); in tomoyo_print_ipv6()