Searched refs:get_ifdata (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c73 int get_ifdata(); /* get IP addr, subnet mask from IF */
405 if (get_ifdata(device, &lookupaddr, &if_netmask) == -1)
455 get_ifdata(dev, ipp, maskp) function
H A Din.rarpd.c137 static void get_ifdata(char *, int, ipaddr_t *, ipaddr_t *);
467 get_ifdata(dev, unit, &ifdev->if_ipaddr, &ifdev->if_netmask);
856 get_ifdata(char *dev, int unit, ipaddr_t *ipp, ipaddr_t *maskp) function

Completed in 46 milliseconds