Searched refs:container_pos (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-tlv.h62 uint8_t *container_pos; member in struct:sd_lldp_packet
H A Dlldp-tlv.c148 m->container_pos = m->pdu + m->length;
157 assert_return(m->container_pos, -EINVAL);
159 memcpy(&type, m->container_pos, sizeof(uint16_t));
161 type |= htons(((m->pdu + m->length) - (m->container_pos + 2)) & 0x01ff);
162 memcpy(m->container_pos, &type, sizeof(uint16_t));

Completed in 17 milliseconds