Searched refs:packet_append_prefixed_string (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd-network/ |
D | sd-lldp-tx.c | 283 static int packet_append_prefixed_string( in packet_append_prefixed_string() function 328 return packet_append_prefixed_string(packet, packet_size, offset, type, 0, NULL, str); in packet_append_string() 379 r = packet_append_prefixed_string(packet, packet_size, &offset, SD_LLDP_TYPE_CHASSIS_ID, in lldp_tx_create_packet() 385 r = packet_append_prefixed_string(packet, packet_size, &offset, SD_LLDP_TYPE_PORT_ID, in lldp_tx_create_packet() 429 r = packet_append_prefixed_string(packet, packet_size, &offset, SD_LLDP_TYPE_PRIVATE, in lldp_tx_create_packet()
|