Symbol: imsg_req_dhcp
sbin/dhcp6leased/engine.c
1241
struct imsg_req_dhcp imsg;
sbin/dhcp6leased/engine.c
1259
struct imsg_req_dhcp imsg;
sbin/dhcp6leased/frontend.c
494
struct imsg_req_dhcp imsg_req_dhcp;
sbin/dhcp6leased/frontend.c
495
if (IMSG_DATA_SIZE(imsg) != sizeof(imsg_req_dhcp))
sbin/dhcp6leased/frontend.c
499
memcpy(&imsg_req_dhcp, imsg.data,
sbin/dhcp6leased/frontend.c
500
sizeof(imsg_req_dhcp));
sbin/dhcp6leased/frontend.c
502
iface = get_iface_by_id(imsg_req_dhcp.if_index);
sbin/dhcp6leased/frontend.c
507
iface_data_from_imsg(iface, &imsg_req_dhcp);
sbin/dhcp6leased/frontend.c
735
iface_data_from_imsg(struct iface* iface, struct imsg_req_dhcp *imsg)
sbin/dhcp6leased/frontend.c
83
void iface_data_from_imsg(struct iface*, struct imsg_req_dhcp *);
sbin/dhcpleased/engine.c
1588
struct imsg_req_dhcp imsg;
sbin/dhcpleased/engine.c
1616
struct imsg_req_dhcp imsg;
sbin/dhcpleased/frontend.c
517
struct imsg_req_dhcp imsg_req_dhcp;
sbin/dhcpleased/frontend.c
519
if (imsg_get_data(&imsg, &imsg_req_dhcp,
sbin/dhcpleased/frontend.c
520
sizeof(imsg_req_dhcp)) == -1)
sbin/dhcpleased/frontend.c
523
iface = get_iface_by_id(imsg_req_dhcp.if_index);
sbin/dhcpleased/frontend.c
528
iface_data_from_imsg(iface, &imsg_req_dhcp);
sbin/dhcpleased/frontend.c
533
struct imsg_req_dhcp imsg_req_dhcp;
sbin/dhcpleased/frontend.c
535
if (imsg_get_data(&imsg, &imsg_req_dhcp,
sbin/dhcpleased/frontend.c
536
sizeof(imsg_req_dhcp)) == -1)
sbin/dhcpleased/frontend.c
539
iface = get_iface_by_id(imsg_req_dhcp.if_index);
sbin/dhcpleased/frontend.c
544
iface_data_from_imsg(iface, &imsg_req_dhcp);
sbin/dhcpleased/frontend.c
901
iface_data_from_imsg(struct iface* iface, struct imsg_req_dhcp *imsg)
sbin/dhcpleased/frontend.c
94
void iface_data_from_imsg(struct iface*, struct imsg_req_dhcp *);