/third_party/node/test/parallel/ |
D | test-dgram-udp4.js | 29 server.on('message', common.mustCall((msg, rinfo) => { 30 assert.strictEqual(rinfo.address, common.localhostIPv4); 32 server.send(msg, 0, msg.length, rinfo.port, rinfo.address); 37 client.on('message', common.mustCall((msg, rinfo) => { 38 assert.strictEqual(rinfo.address, common.localhostIPv4); 39 assert.strictEqual(rinfo.port, port);
|
D | test-dgram-bind-fd.js | 68 const rinfo = {}; 69 const err = handle.getsockname(rinfo); 72 assert.strictEqual(rinfo.address, socketRInfo.address); 73 assert.strictEqual(rinfo.port, socketRInfo.port);
|
D | test-dgram-exclusive-implicit-bind.js | 54 target.on('message', function(buf, rinfo) { argument 59 ports[rinfo.port] = true;
|
D | test-dgram-send-multi-string-array.js | 8 socket.on('message', common.mustCall((msg, rinfo) => {
|
D | test-dgram-connect-send-multi-string-array.js | 8 socket.on('message', common.mustCall((msg, rinfo) => {
|
D | test-child-process-fork-dgram.js | 62 parentServer.once('message', (msg, rinfo) => {
|
/third_party/node/test/sequential/ |
D | test-dgram-pingpong.js | 8 const server = dgram.createSocket('udp4', common.mustCall((msg, rinfo) => { 10 server.send('PONG', 0, 4, rinfo.port, rinfo.address);
|
/third_party/node/test/internet/ |
D | test-dgram-broadcast-multi-process.js | 223 listenSocket.on('message', (buf, rinfo) => { 225 if (rinfo.address !== bindAddress) return; 230 rinfo);
|
D | test-dgram-multicast-multi-process.js | 204 listenSocket.on('message', function(buf, rinfo) { argument 206 buf.toString(), rinfo);
|
D | test-dgram-multicast-ssm-multi-process.js | 199 listenSocket.on('message', function(buf, rinfo) { argument 201 buf.toString(), rinfo);
|
D | test-dgram-multicast-ssmv6-multi-process.js | 199 listenSocket.on('message', function(buf, rinfo) { argument 201 buf.toString(), rinfo);
|
D | test-dgram-multicast-set-interface-lo.js | 262 listenSocket.on('message', (buf, rinfo) => { 269 rinfo);
|
/third_party/libxml2/doc/ |
D | index.py | 859 rinfo = cur.prop("info") 860 if rinfo != None: 861 rinfo = string.replace(rinfo, "'", " ") 862 rinfo = string.strip(rinfo) 863 addString(rinfo, file, symbol, 7)
|
/third_party/node/doc/api/ |
D | dgram.md | 22 server.on('message', (msg, rinfo) => { 23 console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); 90 The event handler function is passed two arguments: `msg` and `rinfo`. 93 * `rinfo` {Object} Remote address information. 217 server.on('message', (msg, rinfo) => { 218 console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); 782 server.on('message', (msg, rinfo) => { 783 console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
|
/third_party/iptables/iptables/ |
D | nft-shared.c | 562 struct xt_rateinfo *rinfo; in nft_parse_limit() local 588 rinfo = (void *)match->m->data; in nft_parse_limit() 589 rinfo->avg = XT_LIMIT_SCALE * unit / rate; in nft_parse_limit() 590 rinfo->burst = burst; in nft_parse_limit()
|
D | nft.c | 1010 struct xt_rateinfo *rinfo = (void *)m->data; in add_nft_limit() local 1025 if (rinfo->avg > mult[i] || in add_nft_limit() 1026 mult[i] / rinfo->avg < mult[i] % rinfo->avg) in add_nft_limit() 1034 mult[i - 1] / rinfo->avg); in add_nft_limit() 1038 nftnl_expr_set_u32(expr, NFTNL_EXPR_LIMIT_BURST, rinfo->burst); in add_nft_limit()
|
/third_party/node/lib/ |
D | dgram.js | 925 function onMessage(nread, handle, buf, rinfo) { argument 930 rinfo.size = buf.length; // compatibility 931 self.emit('message', buf, rinfo);
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/ |
D | associateExample.md | 34 udpSocket.on('message', (message, rinfo) => {
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | associateExample.md | 34 udpSocket.on('message', (message, rinfo) => {
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 1395 PyObject *rinfo = _PyObject_CallMethodIdNoArgs((PyObject*)fut, in FutureObj_repr() 1397 if (rinfo == NULL) { in FutureObj_repr() 1401 PyObject *rinfo_s = PyUnicode_Join(NULL, rinfo); in FutureObj_repr() 1402 Py_DECREF(rinfo); in FutureObj_repr()
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_run.c | 41 enum rinfo enum
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 336 udpSocket.on('message', (message, rinfo) => {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 1424 struct nlattr *rinfo[NL80211_RATE_INFO_MAX + 1]; in get_link_signal() local 1459 if (nla_parse_nested(rinfo, NL80211_RATE_INFO_MAX, in get_link_signal() 1464 if (rinfo[NL80211_RATE_INFO_BITRATE]) { in get_link_signal() 1466 nla_get_u16(rinfo[ in get_link_signal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 1582 struct nlattr *rinfo[NL80211_RATE_INFO_MAX + 1]; in get_link_signal() local 1617 if (nla_parse_nested(rinfo, NL80211_RATE_INFO_MAX, in get_link_signal() 1622 if (rinfo[NL80211_RATE_INFO_BITRATE]) { in get_link_signal() 1624 nla_get_u16(rinfo[ in get_link_signal()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 1274 * [[`e86bf27fe8`](https://github.com/nodejs/node/commit/e86bf27fe8)] - **doc**: improve rinfo objec…
|