Home
last modified time | relevance | path

Searched refs:hexascii_to_octet (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dinetutil.h41 extern int hexascii_to_octet(const char *, uint_t, void *, uint_t *);
/illumos-gate/usr/src/common/net/dhcp/
H A Doctet.c82 hexascii_to_octet(const char *asp, uint_t alen, void *bufp, uint_t *blen) in hexascii_to_octet() function
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dmapfile-vers44 hexascii_to_octet;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c97 if (hexascii_to_octet(kcache->dk_ack, plp->len * 2, plp->pkt, in dhcp_adopt()
H A Dstates.c977 if (hexascii_to_octet(value, slen, den + 1, in get_smach_cid()
994 if (hexascii_to_octet(value, slen, cp, in get_smach_cid()
1031 if (hexascii_to_octet(value, slen, dsmp->dsm_cid, in get_smach_cid()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c826 if (hexascii_to_octet(cp2, vallen, in inittab_encode_e()
862 if (hexascii_to_octet(currp, vallen, optstart + 2, in inittab_encode_e()
884 if (hexascii_to_octet(value, vallen, optstart, &reslen) != 0) { in inittab_encode_e()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c328 if (hexascii_to_octet(buf, (uint_t)buf_len, obj_val, obj_lenp) in key_string_to_secobj_value()
338 hexascii_to_octet(buf + 2, (uint_t)buf_len - 2, obj_val, in key_string_to_secobj_value()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dsecobj.c411 return (hexascii_to_octet(buf + 2, strlen(buf) - 2, in parse_secobj_val()
H A Dlinkprop.c3028 if (hexascii_to_octet(ptr, strlen(ptr), in dladm_str2cid()
3063 if (hexascii_to_octet(ptr, strlen(ptr), tmp_buf, in dladm_str2cid()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7190 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj()
7196 error = hexascii_to_octet(buf + 2, len - 2, in convert_secobj()