OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endofbuf
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap-win32.c
308
u_char *
endofbuf
;
local
335
endofbuf
= (char*)header + cc;
343
if((char*)header + erf_record_len >
endofbuf
)
408
p->cc =
endofbuf
- (char*)header;
452
p->cc =
endofbuf
- (char*)header;
456
while((u_char*)header <
endofbuf
);