OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026