Home
last modified time | relevance | path

Searched refs:BUS_MESSAGE_HEADER_REPLY_SERIAL (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-protocol.h70 BUS_MESSAGE_HEADER_REPLY_SERIAL, enumerator
Dbus-message.c406 return message_append_field_uint64(m, BUS_MESSAGE_HEADER_REPLY_SERIAL, cookie); in message_append_reply_cookie()
412 … return message_append_field_uint32(m, BUS_MESSAGE_HEADER_REPLY_SERIAL, (uint32_t) cookie); in message_append_reply_cookie()
5411 case BUS_MESSAGE_HEADER_REPLY_SERIAL: in bus_message_parse_fields()