Searched refs:find_entry (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/misc/ |
D | ss.c | 554 static int find_entry(unsigned ino, char **buf, int type) in find_entry() function 1575 if (find_entry(s->ino, &buf, in inet_stats_print() 1582 if (find_entry(s->ino, &buf, USERS) > 0) { in inet_stats_print() 2643 if (find_entry(s->ino, &ctx_buf, in unix_stats_print() 2650 if (find_entry(s->ino, &ctx_buf, USERS) > 0) { in unix_stats_print() 2876 if (find_entry(s->ino, &buf, in packet_stats_print() 2883 if (find_entry(s->ino, &buf, USERS) > 0) { in packet_stats_print()
|
/external/avahi/avahi-core/ |
D | server.c | 1684 static AvahiEntry *find_entry(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, Avahi… in find_entry() function 1724 e = find_entry(s, interface, protocol, key); in avahi_server_get_group_of_service() 1748 e = find_entry(s, interface, protocol, key); in avahi_server_is_service_local()
|