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

/freebsd-13-stable/contrib/tcpdump/
H A Daddrtoname.c164 u_char *bs_bytes; member in struct:bsnamemem
417 memcmp((const char *)bs, (const char *)(tp->bs_bytes), nlen) == 0)
426 tp->bs_bytes = (u_char *) calloc(1, nlen);
427 if (tp->bs_bytes == NULL)
430 memcpy(tp->bs_bytes, bs, nlen);

Completed in 105 milliseconds