OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CANP_RECEIVE_OWN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netcan/
can_pcb.h
84
#define
CANP_RECEIVE_OWN
0x0002 /* receive own message */
can.c
363
(canp->canp_flags &
CANP_RECEIVE_OWN
) == 0) {
871
optval = (canp->canp_flags &
CANP_RECEIVE_OWN
) ? 1 : 0;
906
canp->canp_flags |=
CANP_RECEIVE_OWN
;
908
canp->canp_flags &= ~
CANP_RECEIVE_OWN
;
Completed in 99 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025