Searched refs:tlv_type (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h122 u8 tlv_type; /* According to the enum below */ member in struct:ecore_drv_tlv_hdr
H A Decore_dcbx.c1498 u8 tlv_type)
1519 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_TLV_RX_TYPE, tlv_type);
1495 ecore_lldp_register_tlv(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_lldp_agent agent, u8 tlv_type) argument
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-isoclns.c1976 const uint8_t *tptr, const char *ident, int tlv_type)
1988 if (tlv_type != ISIS_TLV_IS_ALIAS_ID) { /* the Alias TLV Metric field is implicit 0 */
2188 uint8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2546 tlv_type = *pptr++;
2556 tlv_type),
2557 tlv_type,
2567 switch (tlv_type) {
2621 ext_is_len = isis_print_ext_is_reach(ndo, tptr, "\n\t ", tlv_type);
2632 ext_is_len = isis_print_ext_is_reach(ndo, tptr, "\n\t ", tlv_type);
2642 ext_is_len = isis_print_ext_is_reach(ndo, tptr, "\n\t ", tlv_type);
1975 isis_print_ext_is_reach(netdissect_options *ndo, const uint8_t *tptr, const char *ident, int tlv_type) argument
[all...]
H A Dprint-bgp.c1030 int plen,tlen,stringlen,tlv_type,tlv_len,ttlv_len; local
1072 tlv_type=*pptr++;
1077 switch(tlv_type) {
1081 tlv_type,
1098 tlv_type,
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_lic.c502 uint16_t tlv_type; local
510 tlv_type = __LE_TO_CPU_16(((uint16_t *)&bufferp[offset])[0]);
513 (tlv_type == 0 && tlv_length == 0)) {
535 uint16_t tlv_type; local
544 tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]);
550 if (tlv_type == 0) {
/freebsd-11-stable/sys/net/
H A Dieee8023ad_lacp.c1926 switch (mdu->mdu_tlv.tlv_type) {
1932 mdu->mdu_tlv.tlv_type = MARKER_TYPE_RESPONSE;
1996 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) ||
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c552 enum iwm_ucode_tlv_type tlv_type; local
621 tlv_type = le32toh(tlv.type);
635 switch ((int)tlv_type) {
888 __func__, tlv_type);
902 "section type %d\n", error, tlv_type);
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2997 uint16_t tlv_type = BE_READ_2(ie); local
3002 printf("bad frame length tlv_type=0x%02x "
3003 "tlv_len=%d len=%d", tlv_type, tlv_len,
3010 switch (tlv_type) {
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h30273 uint8_t tlv_type; member in struct:hwrm_struct_data_lldp_generic
[all...]

Completed in 395 milliseconds

12