Searched refs:tlv_type (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-ospf.c202 u_int tlv_type, tlv_length; local
211 tlv_type = EXTRACT_16BITS(tptr);
217 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
218 tlv_type,
228 if (tlv_type == 0 || tlv_length ==0) {
233 switch(tlv_type) {
284 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local
297 tlv_type = EXTRACT_16BITS(tptr);
303 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type),
304 tlv_type,
571 register int j, tlv_type, tlv_length, topology; local
[all...]
H A Dprint-ldp.c253 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
262 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type));
268 tlv_type),
269 tlv_type,
276 switch(tlv_type) {
H A Dprint-lldp.c916 u_int tlen, tlv_type, tlv_len; local
941 tlv_type = LLDP_EXTRACT_TYPE(tlv);
949 if (!tlv_type || !tlv_len) {
959 switch (tlv_type) {
1180 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
1195 tlv_type = LLDP_EXTRACT_TYPE(tlv);
1204 tok2str(lldp_tlv_values, "Unknown", tlv_type),
1205 tlv_type, tlv_len);
1209 if (!tlv_type || !tlv_len) {
1218 switch (tlv_type) {
[all...]
H A Dprint-juniper.c1087 juniper_read_tlv_value(const u_char *p, u_int tlv_type, u_int tlv_len) { argument
1092 if (tlv_type < 128) {
1138 u_int8_t tlv_type,tlv_len; local
1192 tlv_type = *(tptr++);
1197 if (tlv_type == 0 || tlv_len == 0)
1202 tok2str(jnx_ext_tlv_values,"Unknown",tlv_type),
1203 tlv_type,
1206 tlv_value = juniper_read_tlv_value(tptr, tlv_type, tlv_len);
1207 switch (tlv_type) {
H A Dprint-isoclns.c1886 isis_print_ext_is_reach (const u_int8_t *tptr,const char *ident, int tlv_type) { argument
1898 if (tlv_type != ISIS_TLV_IS_ALIAS_ID) { /* the Alias TLV Metric field is implicit 0 */
2092 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2446 tlv_type = *pptr++;
2459 tlv_type),
2460 tlv_type,
2467 switch (tlv_type) {
2524 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
2535 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
2545 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
[all...]
H A Dprint-bgp.c960 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
1003 tlv_type=*pptr++;
1008 switch(tlv_type) {
1012 tlv_type,
1029 tlv_type,
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAUtil.c678 tlv_p->tlv_type = type;
881 switch (tlv_p->tlv_type) {
888 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
915 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
925 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
936 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
945 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
984 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
993 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
1007 EAPSIMAKAAttributeTypeGetString(tlv_p->tlv_type),
[all...]
H A Deapfast_plugin.c144 TLVTypeName(TLVType tlv_type) argument
148 switch (tlv_type) {
189 uint8_t tlv_type[2]; member in struct:TLV_s
211 net_uint16_set(tlv->tlv_type, type);
218 return (net_uint16_get(tlv->tlv_type));
222 TLVTypeIsMandatory(TLVType tlv_type) argument
224 return ((tlv_type & kTLVTypeMandatoryBit) != 0);
228 TLVTypeGetType(TLVType tlv_type) argument
230 return (tlv_type & kTLVTypeMask);
2113 TLVType tlv_type; local
2227 TLVType tlv_type; local
[all...]
H A DEAPSIMAKA.h137 uint8_t tlv_type; member in struct:TLV_s

Completed in 193 milliseconds