OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lbuf
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/daemon/
opd_trans.c
61
uint32_t const *
lbuf
= (void const *)trans->buffer;
local
62
val = *
lbuf
;
64
uint64_t const *
lbuf
= (void const *)trans->buffer;
local
65
val = *
lbuf
;
/external/dhcpcd/
common.c
64
static char *
lbuf
;
variable
74
free(
lbuf
);
75
lbuf
= NULL;
98
bytes = getline(&
lbuf
, &lbuf_len, fp);
101
for (p =
lbuf
; *p == ' ' || *p == '\t'; p++)
104
if (
lbuf
[--bytes] == '\n')
105
lbuf
[bytes] = '\0';
/external/ipsec-tools/src/racoon/
isakmp.c
204
char
lbuf
[sizeof(struct udphdr) +
member in union:__anon2001
250
udp = (struct udphdr *)&x.
lbuf
[0];
252
ip = (struct iphdr *)(x.
lbuf
+ sizeof(*udp));
258
udp = (struct udphdr *)&x.
lbuf
[0];
260
ip = (struct ip *)(x.
lbuf
+ sizeof(*udp));
[
all
...]
Completed in 500 milliseconds