Searched refs:pdu (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-tlv.h63 uint8_t pdu[ETHER_MAX_LEN]; member in struct:sd_lldp_packet
H A Dlldp-tlv.c103 p = m->pdu + m->length;
148 m->container_pos = m->pdu + m->length;
161 type |= htons(((m->pdu + m->length) - (m->container_pos + 2)) & 0x01ff);
277 p = m->pdu;
H A Dlldp-internal.c348 length = read(fd, &packet->pdu, sizeof(packet->pdu));
H A Dsd-lldp.c167 p = tlv->pdu;

Completed in 3414 milliseconds