Home
last modified time | relevance | path

Searched refs:ipRouteIfIndex (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1477 if (rp->ipRouteIfIndex.o_length < in sync_kern()
1478 sizeof (rp->ipRouteIfIndex.o_bytes)) in sync_kern()
1479 rp->ipRouteIfIndex.o_bytes[ in sync_kern()
1480 rp->ipRouteIfIndex.o_length] = '\0'; in sync_kern()
1481 (void) strncpy(ifname, rp->ipRouteIfIndex.o_bytes, in sync_kern()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h708 DeviceName ipRouteIfIndex; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1642 rp1->ipRouteIfIndex.o_length == 0) in ire_process_v4()
1649 oct2ifname(&rp1->ipRouteIfIndex, ifname, LIFNAMSIZ); in ire_process_v4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4634 if (!dev_name_match(&rp->ipRouteIfIndex, in ire_filter_match_v4()
4836 octetstr(&rp->ipRouteIfIndex, 'a', ifname, sizeof (ifname)), in ire_report_item_v4()
4853 octetstr(&rp->ipRouteIfIndex, 'a', in ire_report_item_v4()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c10996 re->ipRouteIfIndex.o_length = 0; in ip_snmp_get2_v4()
10998 ill_get_name(ill, re->ipRouteIfIndex.o_bytes, OCTET_LENGTH); in ip_snmp_get2_v4()
10999 re->ipRouteIfIndex.o_length = in ip_snmp_get2_v4()
11000 mi_strlen(re->ipRouteIfIndex.o_bytes); in ip_snmp_get2_v4()