Home
last modified time | relevance | path

Searched refs:DEV_IPV6 (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/executor/
Dcommon_linux.h234 #define DEV_IPV6 "fe80::%02hx" macro
295 snprintf_check(addr, sizeof(addr), DEV_IPV6, i + 10); in initialize_netdevices()
/external/syzkaller/sys/linux/
Dvnet.txt55 # This corresponds to the last digit in DEV_MAC/DEV_IPV4/DEV_IPV6 in executor/common_linux.h
520 # These correspond to LOCAL_IPV6/REMOTE_IPV6/DEV_IPV6 in executor/common_linux.h
/external/syzkaller/pkg/csource/
Dgenerated.go857 #define DEV_IPV6 "fe80::%02hx"
903 snprintf_check(addr, sizeof(addr), DEV_IPV6, i + 10);