Searched refs:noctets (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bsnmp/lib/ |
H A D | asn1.c | 472 u_int *noctets) in asn_get_octetstring_raw() argument 476 if (*noctets < len) { in asn_get_octetstring_raw() 484 if (*noctets < len) in asn_get_octetstring_raw() 485 memcpy(octets, b->asn_cptr, *noctets); in asn_get_octetstring_raw() 488 *noctets = len; in asn_get_octetstring_raw() 495 asn_get_octetstring(struct asn_buf *b, u_char *octets, u_int *noctets) in asn_get_octetstring() argument 507 return (asn_get_octetstring_raw(b, len, octets, noctets)); in asn_get_octetstring() 511 asn_put_octetstring(struct asn_buf *b, const u_char *octets, u_int noctets) in asn_put_octetstring() argument 515 if ((ret = asn_put_header(b, ASN_TYPE_OCTETSTRING, noctets)) != ASN_ERR_OK) in asn_put_octetstring() 517 if (b->asn_len < noctets) in asn_put_octetstring() [all …]
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 773 int noctets, octet; in filters_show_ipaddr() local 777 noctets = 4; in filters_show_ipaddr() 780 noctets = 16; in filters_show_ipaddr() 782 for (octet = 0; octet < noctets; octet++) in filters_show_ipaddr() 785 for (octet = 0; octet < noctets; octet++) in filters_show_ipaddr()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | tcpip.subr | 204 local noctets=0 220 noctets=$(( $noctets + 1 )) 224 [ $noctets -eq 4 ] || return 4
|