Searched refs:LLDP_TLV_SYSTEM_NAME (Results 1 – 3 of 3) sorted by relevance
81 dsa_buf_write_be16((LLDP_TLV_SYSTEM_NAME << 9) | strlen(sys_name), &p); in dsa_lldp_send()139 case LLDP_TLV_SYSTEM_NAME: in dsa_lldp_print_info()
129 LLDP_TLV_SYSTEM_NAME = 5, /**< System Name (optional) */ enumerator
29 tlv.type_length = htons((LLDP_TLV_SYSTEM_NAME << 9) | in set_optional_tlv()