_mdns_append_u32() function
appends uint32_t in a packet, incrementing the index
Syntax
static inline uint8_t _mdns_append_u32(uint8_t *packet,
uint16_t *index,
uint32_t value);
Arguments
index
offset in the packet
Return value
length of added data: 0 on error or 4 on success
![]()
static inline uint8_t _mdns_append_u32(uint8_t *packet, uint16_t *index, uint32_t value)
_mdns_append_u32() is called by 1 function and calls 1 function:
![]()
_mdns_append_u32()
_mdns_append_u32():
![]()
_mdns_append_u32()