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

/freebsd-13-stable/contrib/bsnmp/lib/
H A Dasn1.c466 * Get an octetstring. noctets must point to the buffer size and on
472 u_int *noctets)
476 if (*noctets < len) {
484 if (*noctets < len)
485 memcpy(octets, b->asn_cptr, *noctets);
488 *noctets = len;
495 asn_get_octetstring(struct asn_buf *b, u_char *octets, u_int *noctets) argument
507 return (asn_get_octetstring_raw(b, len, octets, noctets));
511 asn_put_octetstring(struct asn_buf *b, const u_char *octets, u_int noctets) argument
515 if ((ret = asn_put_header(b, ASN_TYPE_OCTETSTRING, noctets)) !
471 asn_get_octetstring_raw(struct asn_buf *b, asn_len_t len, u_char *octets, u_int *noctets) argument
[all...]
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c789 int noctets, octet; local
793 noctets = 4;
796 noctets = 16;
798 for (octet = 0; octet < noctets; octet++)
801 for (octet = 0; octet < noctets; octet++)

Completed in 166 milliseconds