Lines Matching defs:imsg_req_dhcp
94 void iface_data_from_imsg(struct iface*, struct imsg_req_dhcp *);
521 struct imsg_req_dhcp imsg_req_dhcp;
523 if (imsg_get_data(&imsg, &imsg_req_dhcp,
524 sizeof(imsg_req_dhcp)) == -1)
527 iface = get_iface_by_id(imsg_req_dhcp.if_index);
532 iface_data_from_imsg(iface, &imsg_req_dhcp);
537 struct imsg_req_dhcp imsg_req_dhcp;
539 if (imsg_get_data(&imsg, &imsg_req_dhcp,
540 sizeof(imsg_req_dhcp)) == -1)
543 iface = get_iface_by_id(imsg_req_dhcp.if_index);
548 iface_data_from_imsg(iface, &imsg_req_dhcp);
911 iface_data_from_imsg(struct iface* iface, struct imsg_req_dhcp *imsg)