imsg_hdr
struct imsg_hdr hdr;
struct imsg_hdr *hdr;
hdr = (struct imsg_hdr *)msg->buf;
#define IMSG_HEADER_SIZE sizeof(struct imsg_hdr)
struct imsg_hdr hdr;
struct imsg_hdr hdr;
send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd)
struct imsg_hdr hdr;
hdr.len = sizeof(struct imsg_hdr) +
struct imsg_hdr hdr;
struct imsg_hdr hdr;
hdr.len = sizeof(struct imsg_hdr);
struct imsg_hdr;
void send_packet_priv(struct interface_info *, struct imsg_hdr *, int);
struct imsg_hdr hdr;
struct imsg_hdr hdr;
hdr.len = sizeof(struct imsg_hdr) + sizeof(int);