Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4916 char *ifnamep; in tcp_report_item_v6() local
4926 ifnamep = (tp6->tcp6ConnIfIndex != 0) ? in tcp_report_item_v6()
4928 if (ifnamep == NULL) in tcp_report_item_v6()
4929 ifnamep = ""; in tcp_report_item_v6()
4947 ifnamep); in tcp_report_item_v6()
4964 ifnamep); in tcp_report_item_v6()
5107 const char *ifnamep; in udp_report_item_v6() local
5118 ifnamep = (ude6->udp6IfIndex != 0) ? in udp_report_item_v6()
5130 ifnamep == NULL ? "" : ifnamep); in udp_report_item_v6()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1620 char ifname[LIFNAMSIZ], *ifnamep; in read_rt() local
1622 ifnamep = if_indextoname(m.ifm.ifm_index, in read_rt()
1624 if (ifnamep == NULL) { in read_rt()
1633 strp, ifnamep); in read_rt()