Skip to content

Commit cd73779

Browse files
authored
Merge pull request #75 from douzzer/20250903-wolfsentry_inetx_ntoa-docs
20250903-wolfsentry_inetx_ntoa-docs
2 parents 21ddf18 + 1291931 commit cd73779

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

doc/wolfSentry_refman.pdf

3.66 KB
Binary file not shown.

wolfsentry/wolfsentry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,8 +3338,10 @@ WOLFSENTRY_API wolfsentry_errcode_t wolfsentry_user_values_iterate_end(
33383338
/*!< \brief End an iteration loop started with wolfsentry_user_values_iterate_start(). Caller must have a lock on the context at entry. */
33393339

33403340
WOLFSENTRY_API int wolfsentry_inet4_ntoa(const byte *addr, unsigned int addr_bits, char *buf, int *buflen);
3341+
/*!< \brief Convert a network order IPv4 binary address with prefix length into ASCII presentation form (without string termination), with `buflen` supplying available space and returning used space. */
33413342

33423343
WOLFSENTRY_API int wolfsentry_inet6_ntoa(const byte *addr, unsigned int addr_bits, char *buf, int *buflen);
3344+
/*!< \brief Convert a network order IPv6 binary address with prefix length into ASCII presentation form (without string termination), with `buflen` supplying available space and returning used space. */
33433345

33443346
#define WOLFSENTRY_BASE64_DECODED_BUFSPC(buf, len) \
33453347
(((((len)+3)/4)*3) - ((len) > 1 ? \

0 commit comments

Comments
 (0)