Home | History | Annotate | Download | only in misc

Lines Matching defs:v6only

1047 			    unsigned int ifindex, bool v6only)
1057 if (!v6only &&
1730 static void inet_stats_print(struct sockstat *s, bool v6only)
1734 inet_addr_print(&s->local, s->lport, s->iface, v6only);
1735 inet_addr_print(&s->remote, s->rport, 0, v6only);
2414 unsigned char v6only = 0;
2423 v6only = rta_getattr_u8(tb[INET_DIAG_SKV6ONLY]);
2425 inet_stats_print(s, v6only);
2442 printf(" v6only:%u", v6only);