HomeSort by relevance Sort by last modified time
    Searched defs:if_name (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 37 char *if_name; /* null terminated name: "eth0", ... */ member in struct:if_nameindex
  /external/libpcap/
pcap-dlpi.c 1806 char if_name[sizeof(ifnet.if_name) + 1]; local
    [all...]
  /external/ppp/pppd/
sys-solaris.c 470 get_if_hwaddr(u_char *addr, char *if_name)
475 if (if_name == NULL)
481 if (!get_hw_addr_dlpi(if_name, &s_eth_addr)) {
482 error("could not obtain hardware address for %s", if_name);
538 char *if_name; local
540 if ((if_name = get_first_ethernet()) == NULL) {
548 if (!get_hw_addr_dlpi(if_name, &s_eth_addr)) {
549 error("could not obtain hardware address for %s", if_name);
    [all...]

Completed in 208 milliseconds