Searched refs:get_iface_by_id (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sbin/dhcp6leased/
H A Dfrontend.c80 struct iface *get_iface_by_id(uint32_t);
486 iface = get_iface_by_id(imsg_req_dhcp.if_index);
582 iface = get_iface_by_id(if_index);
613 iface = get_iface_by_id(if_index);
966 get_iface_by_id(uint32_t if_index) function
985 return get_iface_by_id(ifidx);
993 iface = get_iface_by_id(if_index);
1011 iface = get_iface_by_id(if_index);
/openbsd-current/sbin/dhcpleased/
H A Dfrontend.c91 struct iface *get_iface_by_id(uint32_t);
309 if ((iface = get_iface_by_id(if_index)) == NULL) {
323 if ((iface = get_iface_by_id(if_index)) != NULL &&
505 iface = get_iface_by_id(imsg_req_dhcp.if_index);
523 iface = get_iface_by_id(imsg_req_dhcp.if_index);
588 iface = get_iface_by_id(if_index);
1164 get_iface_by_id(uint32_t if_index) function
1181 iface = get_iface_by_id(if_index);
1201 iface = get_iface_by_id(if_index);
/openbsd-current/sbin/slaacd/
H A Dfrontend.c91 struct iface *get_iface_by_id(uint32_t);
513 iface = get_iface_by_id(if_index);
999 if ((iface = get_iface_by_id(if_index)) == NULL)
1027 get_iface_by_id(uint32_t if_index) function
1044 iface = get_iface_by_id(if_index);

Completed in 179 milliseconds