Home | History | Annotate | Download | only in netstat

Lines Matching defs:v6

249 	const vtw_v6_t *v6 = (const vtw_v6_t *)vtw;
254 inet_ntop(AF_INET6, &v6->laddr, buf[0], sizeof(buf[0]));
255 inet_ntop(AF_INET6, &v6->faddr, buf[1], sizeof(buf[1]));
261 buf[0], ntohs(v6->lport),
262 buf[1], ntohs(v6->fport));
269 buf[0], ntohs(v6->lport),
270 buf[1], ntohs(v6->fport));
274 buf[0], ntohs(v6->lport),
275 buf[1], ntohs(v6->fport),
279 &v6->laddr, v6->lport,
280 &v6->faddr, v6->fport,