HomeSort by: relevance | last modified time | path
    Searched defs:bs_bytes (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
addrtoname.c 204 u_char *bs_bytes; member in struct:bsnamemem
492 memcmp((const char *)bs, (const char *)(tp->bs_bytes), nlen) == 0)
501 tp->bs_bytes = (u_char *) calloc(1, nlen);
502 if (tp->bs_bytes == NULL)
506 memcpy(tp->bs_bytes, bs, nlen);

Completed in 26 milliseconds