Searched refs:subtype (Results 1 - 4 of 4) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | lldp-tlv.h | 40 uint8_t subtype; member in struct:sd_lldp_section 85 int lldp_tlv_packet_enter_container_oui(tlv_packet *m, const uint8_t *oui, uint8_t subtype);
|
H A D | lldp-tlv.c | 304 section->subtype = *p++; 345 int lldp_tlv_packet_enter_container_oui(tlv_packet *m, const uint8_t *oui, uint8_t subtype) { argument 354 s->subtype == subtype && 422 uint8_t subtype; local 431 r = tlv_packet_read_u8(tlv, &subtype); 435 switch (subtype) { 448 *type = subtype; 460 uint8_t subtype; local 470 r = tlv_packet_read_u8(tlv, &subtype); [all...] |
H A D | test-lldp.c | 111 uint8_t *p, subtype; local 115 assert_se(tlv_packet_read_u8(m, &subtype) >= 0); 117 switch (subtype) { 139 uint8_t subtype; local 143 assert_se(tlv_packet_read_u8(m, &subtype) >= 0); 145 switch (subtype) { 222 uint8_t subtype; local 225 assert_se(lldp_parse_chassis_tlv(m, &subtype) >= 0);
|
H A D | lldp-internal.c | 107 uint8_t subtype, *data; local 115 r = sd_lldp_packet_read_chassis_id(tlv, &subtype, &data, &length); 124 chassis_id.type = subtype;
|
Completed in 2218 milliseconds