Searched defs:ifnamep (Results 1 - 2 of 2) sorted by relevance

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

Completed in 77 milliseconds