Searched refs:ARPHDR_LOOPBACK (Results 1 – 6 of 6) sorted by relevance
10 from scapy.data import ARPHDR_LOOPBACK, ARPHDR_ETHER64 return (ARPHDR_LOOPBACK, NULL_MAC_ADDRESS)
33 if addrfamily in [ARPHDR_ETHER,ARPHDR_LOOPBACK]:
526 return (ARPHDR_LOOPBACK, b'\x00'*6)
21 get_if_raw_hwaddr(LOOPBACK_NAME) == (ARPHDR_LOOPBACK, b'\x00'*6)
40 ARPHDR_LOOPBACK = 772 variable
448 conf.l2types.register_num2layer(ARPHDR_LOOPBACK, Ether)