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:rt_option
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/
H
A
D
ax25_route.c
188
static int ax25_rt_opt(struct ax25_route_opt_struct *
rt_option
)
in ax25_rt_opt()
argument
194
if ((ax25_dev = ax25_addr_ax25dev(&
rt_option
->port_addr)) == NULL)
in ax25_rt_opt()
202
ax25cmp(&
rt_option
->dest_addr, &ax25_rt->callsign) == 0) {
in ax25_rt_opt()
203
switch (
rt_option
->cmd) {
in ax25_rt_opt()
205
switch (
rt_option
->arg) {
in ax25_rt_opt()
209
ax25_rt->ip_mode =
rt_option
->arg;
in ax25_rt_opt()
232
struct ax25_route_opt_struct
rt_option
;
in ax25_rt_ioctl()
local
247
if (copy_from_user(&
rt_option
, arg, sizeof(
rt_option
)))
in ax25_rt_ioctl()
249
return ax25_rt_opt(&
rt_option
);
in ax25_rt_ioctl()
[all...]
/kernel/linux/linux-6.6/net/ax25/
H
A
D
ax25_route.c
187
static int ax25_rt_opt(struct ax25_route_opt_struct *
rt_option
)
in ax25_rt_opt()
argument
193
if ((ax25_dev = ax25_addr_ax25dev(&
rt_option
->port_addr)) == NULL)
in ax25_rt_opt()
201
ax25cmp(&
rt_option
->dest_addr, &ax25_rt->callsign) == 0) {
in ax25_rt_opt()
202
switch (
rt_option
->cmd) {
in ax25_rt_opt()
204
switch (
rt_option
->arg) {
in ax25_rt_opt()
208
ax25_rt->ip_mode =
rt_option
->arg;
in ax25_rt_opt()
231
struct ax25_route_opt_struct
rt_option
;
in ax25_rt_ioctl()
local
246
if (copy_from_user(&
rt_option
, arg, sizeof(
rt_option
)))
in ax25_rt_ioctl()
248
return ax25_rt_opt(&
rt_option
);
in ax25_rt_ioctl()
[all...]
Completed in 3 milliseconds