Searched refs:in6_islladdr (Results 1 – 5 of 5) sorted by relevance
218 elif (in6_ismlladdr(dst) and in6_islladdr(p) and in6_islladdr(cset[0])):261 elif in6_ismaddr(dst) or in6_islladdr(dst):
59 elif in6_islladdr(addr):286 if not in6_islladdr(addr):640 def in6_islladdr(str): function734 elif in6_islladdr(addr):
35 from scapy.utils6 import in6_addrtovendor, in6_islladdr1356 addr = next(x for x in in6_getifaddr() if x[2] == iface and in6_islladdr(x[0]))
34 if len([r for r in routes6 if in6_islladdr(r[0]) and r[1] == 128]) < 1:
116 len([r for r in routes6 if in6_islladdr(r[0]) and r[1] == 128 and r[4] == ["::1"]]) >= 16048 if len([r for r in routes6 if in6_islladdr(r[0]) and r[1] == 128 and \