OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p1212_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/std/
ieee1212var.h
35
struct
p1212_dir
;
72
struct
p1212_dir
{
struct
76
void (*print)(struct
p1212_dir
*);
77
struct
p1212_dir
*parent;
79
TAILQ_HEAD(,
p1212_dir
) subdir_root;
80
TAILQ_ENTRY(
p1212_dir
) dir;
87
struct
p1212_dir
*root;
92
void p1212_walk(struct
p1212_dir
*, void *,
94
struct p1212_key **p1212_find(struct
p1212_dir
*, int, int, int);
95
void p1212_print(struct
p1212_dir
*);
[
all
...]
ieee1212.c
48
static int p1212_parse_directory(struct
p1212_dir
*, u_int32_t *, u_int32_t);
349
p1212_parse_directory(struct
p1212_dir
*root, u_int32_t *addr, u_int32_t mask)
351
struct
p1212_dir
*dir, *sdir;
646
sdir = malloc(sizeof(struct
p1212_dir
),
851
p1212_find(struct
p1212_dir
*root, int type, int value, int flags)
854
struct
p1212_dir
*dir, *sdir, *parent;
950
p1212_walk(struct
p1212_dir
*root, void *arg,
954
struct
p1212_dir
*sdir, *dir, *parent;
1007
p1212_print(struct
p1212_dir
*dir)
1022
struct
p1212_dir
*sdir, *dir
[
all
...]
Completed in 44 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025