Searched refs:devtypes (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/executor/ |
D | common_linux.h | 255 const char* devtypes[] = {"ip6gretap", "bridge", "vcan", "bond", "team"}; in initialize_netdevices() local 266 for (i = 0; i < sizeof(devtypes) / (sizeof(devtypes[0])); i++) in initialize_netdevices() 267 execute_command(0, "ip link add dev %s0 type %s", devtypes[i], devtypes[i]); in initialize_netdevices()
|
/external/syzkaller/pkg/csource/ |
D | generated.go | 875 const char* devtypes[] = {"ip6gretap", "bridge", "vcan", "bond", "team"}; 885 for (i = 0; i < sizeof(devtypes) / (sizeof(devtypes[0])); i++) 886 execute_command(0, "ip link add dev %s0 type %s", devtypes[i], devtypes[i]);
|