Home
last modified time | relevance | path

Searched refs:addr_1 (Results 1 – 7 of 7) sorted by relevance

/external/openthread/tests/scripts/expect/
Dcli-coap.exp42 set addr_1 [get_ipaddr mleid]
55 send "coap get $addr_1 test/resource\n"
57 expect "coap response from $addr_1 with payload: 54657374696e67313233" # ASCII of "Testing123"
58 send "coap post $addr_1 test/resource con Testing123\n"
60 expect "coap response from $addr_1"
61 send "coap put $addr_1 test/resource con Testing123\n"
63 expect "coap response from $addr_1"
64 send "coap delete $addr_1 test/resource con\n"
66 expect "coap response from $addr_1"
67 send "coap post $addr_1 test/resource none Testing123\n"
Dcli-coaps.exp45 set addr_1 [get_ipaddr mleid]
52 send "coaps connect $addr_1 5684\n"
57 expect "coaps response from $addr_1 with payload: 54657374696e67313233" # ASCII of "Testing123"
60 expect "coaps response from $addr_1"
63 expect "coaps response from $addr_1"
66 expect "coaps response from $addr_1"
Dcli-udp.exp43 set addr_1 [get_ipaddr mleid]
58 expect "10 bytes from $addr_1 11002 0123456789"
59 expect "6 bytes from $addr_1 11002"
61 expect "5 bytes from $addr_1 11002 there"
Dcli-tcp.exp47 set addr_1 [get_ipaddr mleid]
48 send "tcp bind $addr_1 25000\n"
55 expect "Accepted connection from \\\[$addr_1\\\]:25000"
Dposix-rcp-restoration.exp87 set addr_1 [get_ipaddr mleid]
112 expect "5 bytes from $addr_1 11004 hello"
113 expect "5 bytes from $addr_1 11004 there"
143 set addr_1 [get_ipaddr mleid]
166 expect "5 bytes from $addr_1 11004 hello"
/external/llvm/test/Analysis/CallGraph/
Dnon-leaf-intrinsics.ll29 ; CHECK-NEXT: CS<[[addr_1:[^>]+]]> calls external node
/external/rust/crates/nix/test/sys/
Dtest_socket.rs1562 let addr_1: UnixAddr = getsockname(fd_1).expect("getsockname failed"); in test_unnamed_unixdomain() localVariable
1563 assert!(addr_1.is_unnamed()); in test_unnamed_unixdomain()