Home
last modified time | relevance | path

Searched defs:rcv (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/internet/
Dtest-dgram-multicast-set-interface-lo.js66 { tail: 'First message to send', mcast: MULTICASTS[FAM][0], rcv: true }, property
67 { tail: 'Second message to send', mcast: MULTICASTS[FAM][0], rcv: true }, property
68 { tail: 'Third message to send', mcast: MULTICASTS[FAM][1], rcv: true, property
71 { tail: 'Fifth message to send', mcast: MULTICASTS[FAM][1], rcv: true }, property
72 { tail: 'Sixth message to send', mcast: MULTICASTS[FAM][2], rcv: true, property
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D19-1.c59 char rcv[sizeof(message)]; in main() local
/third_party/node/test/parallel/
Dtest-http-header-owstext.js12 function check(hdr, snd, rcv) { argument
/third_party/musl/libc-test/src/functional/
Dipc_msg.c84 static void rcv() in rcv() function
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc249 Local<Value> rcv = Undefined(v8_isolate); in PromiseHookDispatch() local