Home
last modified time | relevance | path

Searched refs:o_bytes (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c623 sprintf(cp, "%d.", 0xff & op->o_bytes[i]); in octetstr()
627 *cp++ = op->o_bytes[i]; in octetstr()
631 sprintf(cp, "%02x:", 0xff & op->o_bytes[i]); in octetstr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c10107 ipif_get_name(ipif, mae.ipAdEntIfIndex.o_bytes, in ip_snmp_get_mib2_ip_addr()
10110 mi_strlen(mae.ipAdEntIfIndex.o_bytes); in ip_snmp_get_mib2_ip_addr()
10202 mi_strlen(mae6.ipv6AddrIfIndex.o_bytes); in ip_snmp_get_mib2_ip6_addr()
10311 ipm.ipGroupMemberIfIndex.o_bytes, in ip_snmp_get_mib2_ip_group_mem()
10315 ipm.ipGroupMemberIfIndex.o_bytes, in ip_snmp_get_mib2_ip_group_mem()
10462 ips.ipGroupSourceIfIndex.o_bytes, in ip_snmp_get_mib2_ip_group_src()
10466 ips.ipGroupSourceIfIndex.o_bytes, in ip_snmp_get_mib2_ip_group_src()
11019 mi_strlen(re->ipRouteIfIndex.o_bytes); in ip_snmp_get2_v4()
11143 mi_strlen(re->ipv6RouteIfIndex.o_bytes); in ip_snmp_get2_v6_route()
11329 bcopy(name, ntme.ipNetToMediaIfIndex.o_bytes, in ip_snmp_get2_v4_media()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1478 sizeof (rp->ipRouteIfIndex.o_bytes)) in sync_kern()
1479 rp->ipRouteIfIndex.o_bytes[ in sync_kern()
1481 (void) strncpy(ifname, rp->ipRouteIfIndex.o_bytes, in sync_kern()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h158 char o_bytes[OCTET_LENGTH]; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1945 return (memcmp(a->o_bytes, b->o_bytes, a->o_length) == 0); in octetstrmatch()
1965 0xff & op->o_bytes[i]); in octetstr()
1973 *cp++ = op->o_bytes[i]; in octetstr()
1982 0xff & op->o_bytes[i]); in octetstr()
4569 (iflen < devnam->o_length && devnam->o_bytes[iflen] != ':')) in dev_name_match()
4571 return (strncmp(ifname, devnam->o_bytes, iflen) == 0); in dev_name_match()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c601 sce.sctpAssocRemHostName.o_bytes[0] = 0; in sctp_snmp_get_mib2()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1593 (void) strncpy(ifname, octp->o_bytes, len); in oct2ifname()