Lines Matching defs:iface
73 if_init(_unused struct interface *iface)
80 if_conf(_unused struct interface *iface)
135 if_address(const struct interface *iface, const struct in_addr *address,
147 strlcpy(ifa.ifra_name, iface->name, sizeof(ifa.ifra_name));
172 if_route(const struct interface *iface, const struct in_addr *dest,
219 net->s_addr != iface->net.s_addr ||
220 dest->s_addr != (iface->addr.s_addr & iface->net.s_addr))
240 link_addr(iface->name, &su.sdl);
261 ADDADDR(&iface->addr);