HomeSort by relevance Sort by last modified time
    Searched full:e_bs (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
addrtoname.c 149 #define e_bs e_nsap /* for bytestringtable */ macro
377 memcmp((const char *)bs, (const char *)(tp->e_bs), nlen) == 0)
386 tp->e_bs = (u_char *) calloc(1, nlen + 1);
387 if (tp->e_bs == NULL)
390 memcpy(tp->e_bs, bs, nlen);

Completed in 46 milliseconds