Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:AX25_PF
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/
H
A
D
ax25_subr.c
110
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
114
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
116
frametype = frame[0] & ~
AX25_PF
;
in ax25_decode()
117
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
133
frametype = frame[0] & ~
AX25_PF
;
in ax25_decode()
134
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
163
*dptr |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_control()
170
*dptr |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_control()
206
*dptr = AX25_DM |
AX25_PF
;
in ax25_return_dm()
H
A
D
ax25_in.c
321
if ((*skb->data & ~
AX25_PF
) != AX25_SABM &&
in ax25_rcv()
322
(*skb->data & ~
AX25_PF
) != AX25_SABME) {
in ax25_rcv()
327
if ((*skb->data & ~
AX25_PF
) != AX25_DM && mine)
in ax25_rcv()
396
if ((*skb->data & ~
AX25_PF
) == AX25_SABME) {
in ax25_rcv()
H
A
D
ax25_out.c
224
*frame |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_iframe()
/kernel/linux/linux-6.6/net/ax25/
H
A
D
ax25_subr.c
110
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
114
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
116
frametype = frame[0] & ~
AX25_PF
;
in ax25_decode()
117
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
133
frametype = frame[0] & ~
AX25_PF
;
in ax25_decode()
134
*pf = frame[0] &
AX25_PF
;
in ax25_decode()
163
*dptr |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_control()
170
*dptr |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_control()
206
*dptr = AX25_DM |
AX25_PF
;
in ax25_return_dm()
H
A
D
ax25_in.c
321
if ((*skb->data & ~
AX25_PF
) != AX25_SABM &&
in ax25_rcv()
322
(*skb->data & ~
AX25_PF
) != AX25_SABME) {
in ax25_rcv()
327
if ((*skb->data & ~
AX25_PF
) != AX25_DM && mine)
in ax25_rcv()
396
if ((*skb->data & ~
AX25_PF
) == AX25_SABME) {
in ax25_rcv()
H
A
D
ax25_out.c
224
*frame |= (poll_bit) ?
AX25_PF
: 0;
in ax25_send_iframe()
/kernel/linux/linux-5.10/include/net/
H
A
D
ax25.h
89
#define
AX25_PF
0x10 /* Poll/final bit for standard AX.25 */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ax25.h
89
#define
AX25_PF
0x10 /* Poll/final bit for standard AX.25 */
macro
Completed in 6 milliseconds