Home
last modified time | relevance | path

Searched refs:ii_ifname (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rarpd/
H A Drarpd.c78 char ii_ifname[IF_NAMESIZE]; member
242 if (strcmp(ifa->ifa_name, ii->ii_ifname) == 0) in init_one()
259 strlcpy(ii->ii_ifname, ifa->ifa_name, sizeof(ii->ii_ifname)); in init_one()
290 ii->ii_fd = rarp_open(ii->ii_ifname); in init_one()
358 ii->ii_ifname, intoa(ntohl(ii->ii_ipaddr)), in init()
679 ii->ii_ifname, in rarp_process()
873 logmsg(LOG_INFO, "%s %s at %s REPLIED", ii->ii_ifname, in rarp_reply()