Home
last modified time | relevance | path

Searched refs:bind_to_device (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/lib/
Dtst_net.sh644 local bind_to_device=1
673 bind_to_device=0 ;;
681 if [ "$bind_to_device" = 1 -a "$TST_NETLOAD_BINDTODEVICE" = 1 ]; then
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c291 static int bind_to_device(int sd, const char *name) in bind_to_device() function
1036 if (args->dev && bind_to_device(sd, args->dev) != 0) in msock_init()
1129 if (args->dev && bind_to_device(sd, args->dev) != 0) in lsock_init()
1304 if (args->dev && bind_to_device(sd, args->dev) != 0) in connectsock()