Searched refs:ifnet (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-LinearScanBug.ll | 20 %16 = type { %struct.ifnet*, %struct.ifnet** } 40 …%struct.ifaddr = type { %struct.sockaddr*, %struct.sockaddr*, %struct.sockaddr*, %struct.ifnet*, %… 42 …%struct.ifmultiaddr = type { %20, %struct.sockaddr*, %struct.ifmultiaddr*, %struct.ifnet*, i32, i8… 44 …ifnet = type { i8*, i8*, %16, %struct.ifaddrhead, i32, i32 (%struct.ifnet*, %struct.sockaddr*)*, i… 48 %struct.ifprefix = type { %struct.sockaddr*, %struct.ifnet*, %struct.ifprefixhead, i8, i8 } 88 …], %15, [2 x [2 x [2 x i64]]], [2 x [2 x [2 x i64]]], i64, i32, i8*, %struct.ifnet*, i32, i32, %6 } 92 %struct.pkthdr = type { i32, %struct.ifnet*, i8*, i32, i32, i32, i16, i16, %struct.packet_tags } 99 …%struct.rtentry = type { [2 x %struct.radix_node], %struct.sockaddr*, i32, i32, %struct.ifnet*, %s…
|
/external/libpcap/ |
D | pcap-dlpi.c | 1805 struct ifnet ifnet; in get_dlpi_ppa() local 1806 char if_name[sizeof(ifnet.if_name) + 1]; in get_dlpi_ppa() 1833 for (; addr != NULL; addr = ifnet.if_next) { in get_dlpi_ppa() 1835 &ifnet, sizeof(ifnet), ebuf) < 0 || in get_dlpi_ppa() 1836 dlpi_kread(kd, (off_t)ifnet.if_name, in get_dlpi_ppa() 1837 if_name, sizeof(ifnet.if_name), ebuf) < 0) { in get_dlpi_ppa() 1841 if_name[sizeof(ifnet.if_name)] = '\0'; in get_dlpi_ppa() 1842 if (strcmp(if_name, ifname) == 0 && ifnet.if_unit == unit) in get_dlpi_ppa() 1843 return (ifnet.if_index); in get_dlpi_ppa()
|
D | INSTALL.txt | 147 based on the ifnet "index" number. Under HP-UX 9, it is necessary to
|