HomeSort by: relevance | last modified time | path
    Searched refs:deviceEthAddr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mopd/common/
device.h 35 void deviceEthAddr(const char *, u_char *);
device.c 48 deviceEthAddr(const char *ifname, u_char *eaddr)
56 mopLogErr("deviceEthAddr: socket");
60 mopLogErr("deviceEthAddr: SIOGIFHWADDR");
68 mopLogErr("deviceEthAddr: getifaddrs");
83 mopLogErrX("deviceEthAddr: Never saw interface `%s'!", ifname);
125 deviceEthAddr(p->if_name,&p->eaddr[0]);

Completed in 11 milliseconds