Home
last modified time | relevance | path

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

/external/tcpdump/
Daddrtoname.c159 u_char *bs_bytes; member
396 memcmp((const char *)bs, (const char *)(tp->bs_bytes), nlen) == 0) in lookup_bytestring()
405 tp->bs_bytes = (u_char *) calloc(1, nlen); in lookup_bytestring()
406 if (tp->bs_bytes == NULL) in lookup_bytestring()
409 memcpy(tp->bs_bytes, bs, nlen); in lookup_bytestring()