OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_buf
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
cpack.c
62
next = cpack_next_boundary(cs->
c_buf
, cs->c_next, wordsize);
65
if (next - cs->
c_buf
+ wordsize > cs->c_len)
76
cs->
c_buf
= buf;
78
cs->c_next = cs->
c_buf
;
136
if ((size_t)(cs->c_next - cs->
c_buf
) >= cs->c_len)
cpack.h
34
u_int8_t *
c_buf
;
member in struct:cpack_state
Completed in 2088 milliseconds