Searched refs:first_addr (Results 1 – 6 of 6) sorted by relevance
29 first_addr = ipaddress.ip_interface("192.0.2.1/24")32 first_addr = ipaddress.ip_interface("2001:db8::1/64")35 first_iface.setup_addr(str(first_addr))40 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]44 first_iface.delete_addr(first_addr.ip)47 px = [r for r in routes if r["destination"] == str(first_addr.network)][0]64 first_addr = ipaddress.ip_interface("192.0.2.1/24")67 first_addr = ipaddress.ip_interface("2001:db8::1/64")70 first_iface.setup_addr(str(first_addr))75 px = [r for r in routes if r["destination"] == str(first_addr.network)][0][all …]
246 long first_addr, second_addr; variable260 first_addr = second_addr; in extract_addr_range()268 first_addr = second_addr; in extract_addr_range()366 ol1 = first_addr, ol2 = second_addr; \579 if (first_addr != second_addr && in exec_command()787 first_addr = second_addr = 0; in exec_command()867 first_addr = n; in check_addr_range()870 if (first_addr > second_addr || 1 > first_addr || in check_addr_range()1107 long p = first_addr - 1; in move_lines()1121 if (addr < first_addr) { in move_lines()[all …]
55 lp = get_addressed_line_node(first_addr); in build_active_list()56 for (n = first_addr; n <= second_addr; n++, lp = lp->q_forw) { in build_active_list()
123 current_addr = first_addr - 1; in search_and_replace()124 for (lc = 0; lc <= second_addr - first_addr; lc++) { in search_and_replace()
263 extern long first_addr;
814 vm_offset_t addr, cend, end, first_addr; in kern_mincore() local825 first_addr = addr = trunc_page(addr0); in kern_mincore()976 vecindex = atop(addr - first_addr); in kern_mincore()1021 vecindex = atop(end - first_addr); in kern_mincore()