OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_bs
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
addrtoname.c
153
#define
e_bs
e_nsap /* for bytestringtable */
macro
375
memcmp((const char *)bs, (const char *)(tp->
e_bs
), nlen) == 0)
384
tp->
e_bs
= (u_char *) calloc(1, nlen + 1);
385
memcpy(tp->
e_bs
, bs, nlen);
Completed in 106 milliseconds