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:ArcProto
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/arcnet/
H
A
D
arcdevice.h
193
struct
ArcProto
{
struct
210
extern struct
ArcProto
*arc_proto_map[256], *arc_proto_default,
226
struct
ArcProto
*proto; /* protocol driver that owns this:
357
void arcnet_unregister_proto(struct
ArcProto
*proto);
H
A
D
arcnet.c
71
/* one
ArcProto
per possible proto ID. None of the elements of
76
struct
ArcProto
*arc_proto_map[256];
79
struct
ArcProto
*arc_proto_default;
82
struct
ArcProto
*arc_bcast_proto;
85
struct
ArcProto
*arc_raw_proto;
88
static struct
ArcProto
arc_proto_null = {
264
void arcnet_unregister_proto(struct
ArcProto
*proto)
in arcnet_unregister_proto()
652
struct
ArcProto
*proto;
in arcnet_header()
705
struct
ArcProto
*proto;
in arcnet_send_packet()
1159
struct
ArcProto
in arcnet_rx()
[all...]
H
A
D
arc-rawmode.c
153
static struct
ArcProto
rawmode_proto = {
H
A
D
capmode.c
232
static struct
ArcProto
capmode_proto = {
H
A
D
rfc1051.c
47
static struct
ArcProto
rfc1051_proto = {
H
A
D
rfc1201.c
49
static struct
ArcProto
rfc1201_proto = {
/kernel/linux/linux-6.6/drivers/net/arcnet/
H
A
D
arcdevice.h
193
struct
ArcProto
{
struct
210
extern struct
ArcProto
*arc_proto_map[256], *arc_proto_default,
226
struct
ArcProto
*proto; /* protocol driver that owns this:
357
void arcnet_unregister_proto(struct
ArcProto
*proto);
H
A
D
arcnet.c
71
/* one
ArcProto
per possible proto ID. None of the elements of
76
struct
ArcProto
*arc_proto_map[256];
79
struct
ArcProto
*arc_proto_default;
82
struct
ArcProto
*arc_bcast_proto;
85
struct
ArcProto
*arc_raw_proto;
88
static struct
ArcProto
arc_proto_null = {
260
void arcnet_unregister_proto(struct
ArcProto
*proto)
in arcnet_unregister_proto()
647
struct
ArcProto
*proto;
in arcnet_header()
700
struct
ArcProto
*proto;
in arcnet_send_packet()
1154
struct
ArcProto
in arcnet_rx()
[all...]
H
A
D
arc-rawmode.c
153
static struct
ArcProto
rawmode_proto = {
H
A
D
capmode.c
232
static struct
ArcProto
capmode_proto = {
H
A
D
rfc1051.c
47
static struct
ArcProto
rfc1051_proto = {
H
A
D
rfc1201.c
49
static struct
ArcProto
rfc1201_proto = {
Completed in 9 milliseconds