Searched refs:noctets (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dasn1.c446 * Get an octetstring. noctets must point to the buffer size and on
452 u_int *noctets)
456 if (*noctets < len) {
464 if (*noctets < len)
465 memcpy(octets, b->asn_cptr, *noctets);
468 *noctets = len;
475 asn_get_octetstring(struct asn_buf *b, u_char *octets, u_int *noctets) argument
487 return (asn_get_octetstring_raw(b, len, octets, noctets));
491 asn_put_octetstring(struct asn_buf *b, const u_char *octets, u_int noctets) argument
495 if ((ret = asn_put_header(b, ASN_TYPE_OCTETSTRING, noctets)) !
451 asn_get_octetstring_raw(struct asn_buf *b, asn_len_t len, u_char *octets, u_int *noctets) argument
[all...]
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c766 int noctets, octet; local
770 noctets = 4;
773 noctets = 16;
775 for (octet = 0; octet < noctets; octet++)
778 for (octet = 0; octet < noctets; octet++)

Completed in 109 milliseconds