OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packet4
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/net/net/
t_ip_reass.c
244
struct lopacket *packet1, *packet2, *packet3, *
packet4
;
local
270
packet4
= alloc_lopacket(addr, 32);
271
ip = &
packet4
->hdr;
298
/*
packet4
has the same offset as packet1 but is longer. */
300
write_lopacket(fd,
packet4
);
309
free_lopacket(
packet4
);
/src/sys/dev/pckbport/
synaptics.c
1289
uint8_t btn_mask,
packet4
, packet5;
local
1401
packet4
= psc->packet[4] & btn_mask;
1422
nsp.sp_x = (
packet4
& 0xfc) +
1423
((
packet4
& 0x02) << 1) +
1436
v = 8 + ((
packet4
& 0x02) >> 1) +
1442
nsp.sp_x =
packet4
+
Completed in 16 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026