OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bstrcmp
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
em_cmp.c
57
if (!
bstrcmp
(args, "u8"))
59
else if (!
bstrcmp
(args, "u16"))
61
else if (!
bstrcmp
(args, "u32"))
67
if (!
bstrcmp
(a, "at")) {
78
} else if (!
bstrcmp
(a, "layer")) {
94
} else if (!
bstrcmp
(a, "mask")) {
102
} else if (!
bstrcmp
(a, "trans")) {
104
} else if (!
bstrcmp
(a, "eq") || !
bstrcmp
(a, "gt") ||
105
!
bstrcmp
(a, "lt"))
[
all
...]
em_u32.c
52
if (!
bstrcmp
(args, "u8"))
54
else if (!
bstrcmp
(args, "u16"))
56
else if (!
bstrcmp
(args, "u32"))
78
if (a == NULL ||
bstrcmp
(a, "at") != 0)
91
} else if (!
bstrcmp
(a, "nexthdr+")) {
em_nbyte.c
61
if (!
bstrcmp
(a, "at")) {
72
} else if (!
bstrcmp
(a, "layer")) {
m_ematch.h
36
static inline int
bstrcmp
(struct bstr *b, const char *text)
function
em_meta.c
130
if (!
bstrcmp
(kind, meta_table[i].kind) &&
312
if (!
bstrcmp
(a, "shift")) {
330
} else if (!
bstrcmp
(a, "mask")) {
371
if (!
bstrcmp
(args, "list")) {
382
if (!
bstrcmp
(a, "eq"))
384
else if (!
bstrcmp
(a, "gt"))
386
else if (!
bstrcmp
(a, "lt"))
Completed in 404 milliseconds