OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tlv_value
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-vtp.c
126
u_int type, len, name_len, tlv_len,
tlv_value
, mgmtd_len;
local
309
tlv_value
= GET_BE_U_2(tptr + 2);
313
ND_PRINT(", %u",
tlv_value
);
318
tlv_value
== 1 ? "Enabled" : "Disabled",
319
tlv_value
);
324
tok2str(vtp_stp_type_values, "Unknown",
tlv_value
),
325
tlv_value
);
330
tlv_value
== 1 ? "SRB" : "SRT",
331
tlv_value
);
336
tlv_value
== 1 ? "Backup" : "Not backup"
[
all
...]
print-juniper.c
1220
int
tlv_value
;
local
1226
tlv_value
= GET_U_1(p);
1229
tlv_value
= GET_LE_U_2(p);
1232
tlv_value
= GET_LE_U_3(p);
1235
tlv_value
= GET_LE_U_4(p);
1238
tlv_value
= -1;
1245
tlv_value
= GET_U_1(p);
1248
tlv_value
= GET_BE_U_2(p);
1251
tlv_value
= GET_BE_U_3(p);
1254
tlv_value
= GET_BE_U_4(p)
1274
int
tlv_value
;
local
[
all
...]
/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
l2tp_event.h
71
uint8_t
tlv_value
[0];
member in struct:openl2tp_event_tlv
Completed in 14 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026