Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:interface

200 struct interface *
204 struct interface *iface = NULL;
248 free_interface(struct interface *iface)
266 carrier_status(struct interface *iface)
280 /* We can only test the real interface up */
303 up_interface(struct interface *iface)
314 /* We can only bring the real interface up */
331 struct interface *
337 struct interface *ifp, *ifs, *ifl;
371 /* It's possible for an interface to have >1 AF_LINK.
381 /* Check the real interface name */
398 * interface, but we still need the below rules
417 /* Bring the interface up if not already */
503 "%s: unsupported interface type %.2x"
511 /* Handle any platform init for the interface */
609 open_udp_socket(struct interface *iface)
658 send_packet(const struct interface *iface, struct in_addr to,