/titanic_41/usr/src/uts/common/netinet/ |
H A D | inetutil.h | 43 extern int hexascii_to_octet(const char *, uint_t, void *, uint_t *);
|
/titanic_41/usr/src/common/net/dhcp/ |
H A D | octet.c | 84 hexascii_to_octet(const char *asp, uint_t alen, void *bufp, uint_t *blen) in hexascii_to_octet() function
|
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | mapfile-vers | 44 hexascii_to_octet;
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/ |
H A D | ickey.c | 203 if ((err = hexascii_to_octet(keyptr, strlen(keyptr), in installkey()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | adopt.c | 97 if (hexascii_to_octet(kcache->dk_ack, plp->len * 2, plp->pkt, in dhcp_adopt()
|
H A D | states.c | 974 if (hexascii_to_octet(value, slen, den + 1, in get_smach_cid() 991 if (hexascii_to_octet(value, slen, cp, in get_smach_cid() 1028 if (hexascii_to_octet(value, slen, dsmp->dsm_cid, in get_smach_cid()
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 134 if (hexascii_to_octet(ackp, dhcp_pl->len * 2, in dhcp_info_init()
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 825 if (hexascii_to_octet(cp2, vallen, in inittab_encode_e() 861 if (hexascii_to_octet(currp, vallen, optstart + 2, in inittab_encode_e() 883 if (hexascii_to_octet(value, vallen, optstart, &reslen) != 0) { in inittab_encode_e()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 293 hexascii_to_octet(valstr, len, in clcid() 337 if (len != vmax * 2 || hexascii_to_octet(valstr, len, in clkey()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/ |
H A D | p12split.c | 210 if (hexascii_to_octet(nkeystr, wp - nkeystr, k_matchval, &k_len) != 0) { in parse_keyid()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | secobj.c | 415 return (hexascii_to_octet(buf + 2, strlen(buf) - 2, in parse_secobj_val()
|
H A D | linkprop.c | 2859 if (hexascii_to_octet(ptr, strlen(ptr), in dladm_str2cid() 2894 if (hexascii_to_octet(ptr, strlen(ptr), tmp_buf, in dladm_str2cid()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_phys.c | 328 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()
|
/titanic_41/usr/src/cmd/dladm/ |
H A D | dladm.c | 7062 error = hexascii_to_octet(buf, len, obj_val, obj_lenp); in convert_secobj() 7068 error = hexascii_to_octet(buf + 2, len - 2, in convert_secobj()
|