Home
last modified time | relevance | path

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

/external/iproute2/include/
Dutils.h251 char *int_to_str(int val, char *buf);
/external/iproute2/misc/
Dss.c3032 int_to_str(s->lport, port_name), NULL); in unix_stats_print()
3034 int_to_str(s->rport, port_name), NULL); in unix_stats_print()
3539 prot_name = int_to_str(prot, prot_buf); in netlink_show_one()
3565 int_to_str(pid, procname); in netlink_show_one()
3567 int_to_str(pid, procname); in netlink_show_one()
3576 sock_addr_print(int_to_str(dst_group, dst_group_buf), ":", in netlink_show_one()
3577 int_to_str(dst_pid, dst_pid_buf), NULL); in netlink_show_one()
/external/iproute2/lib/
Dutils.c1226 char *int_to_str(int val, char *buf) in int_to_str() function