Searched refs:hexascii_to_octet (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dinetutil.h43 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) function
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c134 if (hexascii_to_octet(ackp, dhcp_pl->len * 2,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c203 if ((err = hexascii_to_octet(keyptr, strlen(keyptr),
206 "internal error: hexascii_to_octet returned %d\n",
/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,
H A Dstates.c974 if (hexascii_to_octet(value, slen, den + 1,
991 if (hexascii_to_octet(value, slen, cp,
1028 if (hexascii_to_octet(value, slen, dsmp->dsm_cid,
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c825 if (hexascii_to_octet(cp2, vallen,
861 if (hexascii_to_octet(currp, vallen, optstart + 2,
883 if (hexascii_to_octet(value, vallen, optstart, &reslen) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c193 * process it into a format that hexascii_to_octet() can handle. Note
210 if (hexascii_to_octet(nkeystr, wp - nkeystr, k_matchval, &k_len) != 0) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c293 hexascii_to_octet(valstr, len,
337 if (len != vmax * 2 || hexascii_to_octet(valstr, len,
/illumos-gate/usr/src/lib/libdladm/common/
H A Dsecobj.c415 return (hexascii_to_octet(buf + 2, strlen(buf) - 2,
H A Dlinkprop.c2809 if (hexascii_to_octet(ptr, strlen(ptr),
2844 if (hexascii_to_octet(ptr, strlen(ptr), tmp_buf,
/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)
338 hexascii_to_octet(buf + 2, (uint_t)buf_len - 2, obj_val,
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c7049 error = hexascii_to_octet(buf, len, obj_val, obj_lenp);
7055 error = hexascii_to_octet(buf + 2, len - 2,

Completed in 143 milliseconds