Home
last modified time | relevance | path

Searched refs:o_length (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c52 char * o_length = 0; variable
89 o_cpi = o_lpi = o_width = o_length = 0; in _validate()
192 o_length = Strdup(*pl + 7); in _validate()
810 if (o_length) in _validate()
811 Free (o_length); in _validate()
866 length = o_length; in _chkopts()
H A Dvalidate.h80 *o_length;
H A Dpickfilter.c184 if (o_length) { in pickfilter()
186 *pp++ = prs->plen = o_length; in pickfilter()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c746 if (rp->ipRouteIfIndex.o_length == 0) { in ire_process()
775 if (rp1->ipRouteIfIndex.o_length == 0) in ire_process()
786 ifname_len = MIN(rp2->ipRouteIfIndex.o_length, in ire_process()
880 if (rp->ipNetToMediaIfIndex.o_length != in arp_process()
884 rp->ipNetToMediaIfIndex.o_length) != in arp_process()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1589 size_t len = MIN(octp->o_length, ifsize - 1); in oct2ifname()
1640 rp1->ipRouteIfIndex.o_length == 0) in ire_process_v4()
1733 if (rp->ipv6RouteIfIndex.o_length == 0) in ire_process_v6()
1748 rp1->ipv6RouteIfIndex.o_length == 0) { in ire_process_v6()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1534 if (a->o_length != b->o_length) in octetstrmatch()
1537 return (memcmp(a->o_bytes, b->o_bytes, a->o_length) == 0); in octetstrmatch()
1549 for (i = 0; i < op->o_length; i++) { in octetstr()
4187 return (devnam->o_length == 0); /* "none" */ in dev_name_match()
4189 return (devnam->o_length != 0); /* "any" */ in dev_name_match()
4192 if (iflen > devnam->o_length || in dev_name_match()
4193 (iflen < devnam->o_length && devnam->o_bytes[iflen] != ':')) in dev_name_match()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c10045 mae.ipAdEntIfIndex.o_length = in ip_snmp_get_mib2_ip_addr()
10137 mae6.ipv6AddrIfIndex.o_length = in ip_snmp_get_mib2_ip6_addr()
10254 ipm.ipGroupMemberIfIndex.o_length = in ip_snmp_get_mib2_ip_group_mem()
10405 ips.ipGroupSourceIfIndex.o_length = in ip_snmp_get_mib2_ip_group_src()
10951 re->ipRouteIfIndex.o_length = 0; in ip_snmp_get2_v4()
10954 re->ipRouteIfIndex.o_length = in ip_snmp_get2_v4()
11074 re->ipv6RouteIfIndex.o_length = 0; in ip_snmp_get2_v6_route()
11078 re->ipv6RouteIfIndex.o_length = in ip_snmp_get2_v6_route()
11179 ntme.ipv6NetToMediaPhysAddress.o_length = ill->ill_phys_addr_length; in ip_snmp_get2_v6_media()
11182 ntme.ipv6NetToMediaPhysAddress.o_length); in ip_snmp_get2_v6_media()
[all …]
/titanic_50/usr/src/uts/common/inet/
H A Dmib2.h150 int o_length; member
/titanic_50/usr/src/cmd/rpcsvc/
H A Drstat_proc.c622 for (i = 0; i < op->o_length; i++) in octetstr()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c587 sce.sctpAssocRemHostName.o_length = 0; in sctp_snmp_get_mib2()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1477 if (rp->ipRouteIfIndex.o_length < in sync_kern()
1480 rp->ipRouteIfIndex.o_length] = '\0'; in sync_kern()