/openbsd/usr.sbin/ldpd/ |
H A D | init.c | 104 uint16_t tlv_type; in recv_init() local 113 tlv_type = ntohs(tlv.type); in recv_init() 127 switch (tlv_type) { in recv_init() 196 msg.id, msg.type, tlv_type, tlv_len, buf); in recv_init() 283 uint16_t tlv_type; in recv_capability() local 293 tlv_type = ntohs(tlv.type); in recv_capability() 302 switch (tlv_type) { in recv_capability() 367 msg.id, msg.type, tlv_type, tlv_len, buf); in recv_capability()
|
H A D | notification.c | 92 uint16_t msg_type, uint16_t tlv_type, uint16_t tlv_len, char *tlv_data) in send_notification_rtlvs() argument 102 nm.rtlvs.type = tlv_type; in send_notification_rtlvs() 143 uint16_t tlv_type; in recv_notification() local 152 tlv_type = ntohs(tlv.type); in recv_notification() 161 switch (tlv_type) { in recv_notification() 192 msg.id, msg.type, tlv_type, tlv_len, buf); in recv_notification()
|
H A D | address.c | 284 uint16_t tlv_type; in recv_address() local 293 tlv_type = ntohs(tlv.type); in recv_address() 302 switch (tlv_type) { in recv_address() 306 msg.id, msg.type, tlv_type, tlv_len, buf); in recv_address()
|
H A D | labelmapping.c | 244 uint16_t tlv_type; in recv_labelmessage() local 254 tlv_type = ntohs(tlv.type); in recv_labelmessage() 263 switch (tlv_type) { in recv_labelmessage() 349 msg.id, msg.type, tlv_type, tlv_len, buf); in recv_labelmessage()
|
/openbsd/sys/dev/ic/ |
H A D | qwz.c | 3825 .tlv_type = 0, 3833 .tlv_type = 0, 3841 .tlv_type = 0, 3857 .tlv_type = 0, 3866 .tlv_type = 0, 6548 tlv_type = ei->tlv_type; in qwz_qmi_encode_struct() 6550 ei->tlv_type == tlv_type) in qwz_qmi_encode_struct() 6651 tlv_type = ei->tlv_type; in qwz_qmi_encode_msg() 6653 ei->tlv_type == tlv_type) in qwz_qmi_encode_msg() 6737 tlv_type = ei->tlv_type; in qwz_qmi_encode_msg() [all …]
|
H A D | qwx.c | 5006 .tlv_type = 0, 5014 .tlv_type = 0, 5022 .tlv_type = 0, 5038 .tlv_type = 0, 5047 .tlv_type = 0, 7596 tlv_type = ei->tlv_type; in qwx_qmi_encode_struct() 7598 ei->tlv_type == tlv_type) in qwx_qmi_encode_struct() 7699 tlv_type = ei->tlv_type; in qwx_qmi_encode_msg() 7701 ei->tlv_type == tlv_type) in qwx_qmi_encode_msg() 7785 tlv_type = ei->tlv_type; in qwx_qmi_encode_msg() [all …]
|
H A D | qwxreg.h | 6479 uint8_t tlv_type; member
|
H A D | qwzreg.h | 6475 uint8_t tlv_type; member
|
/openbsd/usr.sbin/eigrpd/ |
H A D | packet.c | 349 uint16_t tlv_type; in recv_packet_eigrp() local 364 tlv_type = ntohs(tlv.type); in recv_packet_eigrp() 365 switch (tlv_type) { in recv_packet_eigrp() 387 if ((tlv_type & TLV_PROTO_MASK) == TLV_PROTO_IPV4 && in recv_packet_eigrp() 390 if ((tlv_type & TLV_PROTO_MASK) == TLV_PROTO_IPV6 && in recv_packet_eigrp()
|
/openbsd/sys/net/ |
H A D | trunklacp.h | 62 u_int8_t tlv_type; member 70 (tlv)->tlv_type = (type); \
|
H A D | trunklacp.c | 1676 switch (mdu->mdu_tlv.tlv_type) { in lacp_marker_input() 1682 mdu->mdu_tlv.tlv_type = MARKER_TYPE_RESPONSE; in lacp_marker_input() 1745 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()
|
/openbsd/sys/dev/pci/ |
H A D | if_iwx.c | 1190 uint32_t tlv_type; in iwx_read_firmware() 1245 tlv_type = le32toh(tlv.type); in iwx_read_firmware() 1258 switch (tlv_type) { in iwx_read_firmware() 1607 "section type %d\n", DEVNAME(sc), err, tlv_type); in iwx_read_firmware() 4122 uint32_t tlv_len, tlv_type; in iwx_pnvm_handle_section() 4128 tlv_type = le32toh(tlv->type); in iwx_pnvm_handle_section() 4139 switch (tlv_type) { in iwx_pnvm_handle_section() 4228 uint32_t tlv_len, tlv_type; in iwx_load_pnvm() 4234 tlv_type = le32toh(tlv->type); in iwx_load_pnvm() 4239 if (tlv_type in iwx_load_pnvm() 1186 uint32_t tlv_type; iwx_read_firmware() local 4049 uint32_t tlv_len, tlv_type; iwx_pnvm_handle_section() local 4151 uint32_t tlv_len, tlv_type; iwx_pnvm_parse() local [all...] |
H A D | if_iwm.c | 700 uint32_t tlv_type; in iwm_read_firmware() local 754 tlv_type = le32toh(tlv.type); in iwm_read_firmware() 767 switch (tlv_type) { in iwm_read_firmware() 1029 "section type %d\n", DEVNAME(sc), err, tlv_type); in iwm_read_firmware()
|
H A D | if_bnxtreg.h | 30337 uint8_t tlv_type; member
|