Home
last modified time | relevance | path

Searched refs:transmit (Results 1 – 25 of 5327) sorted by relevance

12345678910>>...214

/dports/devel/bglibs/bglibs-2.04/doc/latex/
H A Dstructdns__transmit.tex2 \label{structdns__transmit}\index{dns\+\_\+transmit@{dns\+\_\+transmit}}
60 Referenced by dns\+\_\+transmit\+\_\+free(), dns\+\_\+transmit\+\_\+get(), and dns\+\_\+transmit\+\…
73 \index{dns\+\_\+transmit@{dns\+\_\+transmit}!packet@{packet}}
93 \index{dns\+\_\+transmit@{dns\+\_\+transmit}!pos@{pos}}
94 \index{pos@{pos}!dns\+\_\+transmit@{dns\+\_\+transmit}}
103 \index{dns\+\_\+transmit@{dns\+\_\+transmit}!qtype@{qtype}}
104 \index{qtype@{qtype}!dns\+\_\+transmit@{dns\+\_\+transmit}}
113 \index{dns\+\_\+transmit@{dns\+\_\+transmit}!query@{query}}
114 \index{query@{query}!dns\+\_\+transmit@{dns\+\_\+transmit}}
133 \index{dns\+\_\+transmit@{dns\+\_\+transmit}!s1@{s1}}
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_lldp_interfaces/vars/
H A Dmain.yaml6 transmit: false
9 transmit: false
12 transmit: false
16 - lldp transmit
19 - lldp transmit
25 transmit: true
28 transmit: true
31 transmit: false
36 transmit: true
39 transmit: true
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ios_lldp_interfaces/vars/
H A Dmain.yaml6 transmit: False
9 transmit: False
12 transmit: False
17 - "lldp transmit"
20 - "lldp transmit"
27 transmit: True
30 transmit: True
33 transmit: False
39 transmit: True
42 transmit: True
[all …]
/dports/devel/libpololu-avr/libpololu-avr-151002/src/OrangutanX2/
H A DOrangutanX2.cpp206 return OrangutanSPIMaster::transmit(0); in getStatus()
399 OrangutanSPIMaster::transmit(cmd); in setAcceleration()
400 OrangutanSPIMaster::transmit(accel); in setAcceleration()
427 OrangutanSPIMaster::transmit(cmd); in setBrakeDuration()
487 OrangutanSPIMaster::transmit(P); in setCurrentLimit()
537 OrangutanSPIMaster::transmit(cmd); in playNote()
572 OrangutanSPIMaster::transmit(cmd); in playFrequency()
573 OrangutanSPIMaster::transmit(hiFreq); in playFrequency()
588 OrangutanSPIMaster::transmit(volume); in setVolume()
655 OrangutanSPIMaster::transmit(0x40); in enablePermanentProgMode()
[all …]
/dports/misc/upclient/upclient-5.0b8/
H A DTODO-splint53 transmit.c: (in function udp_post)
61 transmit.c:109:21: Storage becomes observer
64 transmit.c:125:17: Storage becomes observer
72 transmit.c:132:17: Storage becomes observer
76 transmit.c:138:13: Storage becomes observer
79 transmit.c: (in function www_post)
82 transmit.c:163:17: Storage becomes observer
85 transmit.c:179:21: Storage becomes observer
94 transmit.c:201:17: Storage becomes observer
122 transmit.c:241:5: Storage s becomes stack
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dts_ft002.c43 int id, type, depth, transmit, temp_raw, batt_low; in ts_ft002_decoder() local
71 transmit = b[5] >> 4; in ts_ft002_decoder()
77 if ((transmit & 0x07) == 0x07) in ts_ft002_decoder()
78 transmit = 5; in ts_ft002_decoder()
79 else if ((transmit & 0x08) == 0x08) in ts_ft002_decoder()
80 transmit = 30; in ts_ft002_decoder()
81 else if (transmit == 0) in ts_ft002_decoder()
82 transmit = 180; in ts_ft002_decoder()
84 transmit = 0; in ts_ft002_decoder()
95 "transmit_s", "Transmit Interval", DATA_INT, transmit, in ts_ft002_decoder()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/tests/integration/targets/iosxr_lldp_interfaces/vars/
H A Dmain.yaml8 - lldp transmit disable
13 transmit: false
18 transmit: false
25 - lldp transmit disable
28 transmit: false
30 transmit: false
37 transmit: false
42 - no lldp transmit disable
53 transmit: false
60 transmit: false
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/iosxr_lldp_interfaces/vars/
H A Dmain.yaml10 - "lldp transmit disable"
16 transmit: False
23 transmit: False
32 - "lldp transmit disable"
36 transmit: False
39 transmit: False
48 transmit: False
55 - "no lldp transmit disable"
70 transmit: False
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/paos/retrieve/
H A Dtest_transmit.cpp40 QScopedPointer<Transmit> transmit(static_cast<Transmit*>(TransmitParser().parse(content))); in parseXml() local
41 QVERIFY(!transmit.isNull()); in parseXml()
42 auto inputApdusInfos = transmit->getInputApduInfos(); in parseXml()
75 QScopedPointer<Transmit> transmit(static_cast<Transmit*>(TransmitParser().parse(content))); in parseXmlWithAddressing() local
76 QVERIFY(!transmit.isNull()); in parseXmlWithAddressing()
77 auto inputApdusInfos = transmit->getInputApduInfos(); in parseXmlWithAddressing()
112 QScopedPointer<Transmit> transmit(static_cast<Transmit*>(TransmitParser().parse(content))); in parseAnswerAutent() local
113 QVERIFY(!transmit.isNull()); in parseAnswerAutent()
114 auto inputApduInfos = transmit->getInputApduInfos(); in parseAnswerAutent()
116 QCOMPARE(transmit->getSlotHandle(), QString("33393236303635313532")); in parseAnswerAutent()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sndhrdw/
H A Drastan.c32 static int transmit=0; /* number of bytes to transmit/receive */ variable
85 if (transmit == 0) in READ_HANDLER()
100 if (transmit==2) in READ_HANDLER()
116 transmit--; in READ_HANDLER()
136 transmit = 1 + (1 - pom); /* one or two bytes long transmission */ in WRITE_HANDLER()
138 tr_mode = transmit; in WRITE_HANDLER()
157 if (transmit == 0) in WRITE_HANDLER()
163 if (transmit == 2) in WRITE_HANDLER()
165 transmit--; in WRITE_HANDLER()
166 if (transmit==0) in WRITE_HANDLER()
/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/t/
H A Dsimple.c129 transmit(client, server); in simple_http()
142 transmit(server, client); in simple_http()
151 transmit(client, server); in simple_http()
172 transmit(client, server); in test_reset_then_close()
185 transmit(server, client); in test_reset_then_close()
194 transmit(client, server); in test_reset_then_close()
211 transmit(client, server); in test_send_then_close()
220 transmit(server, client); in test_send_then_close()
227 transmit(client, server); in test_send_then_close()
234 transmit(server, client); in test_send_then_close()
[all …]
/dports/graphics/povray36/povray-3.6.1/scenes/textures/pigments/
H A Dtransmitfx.pov79 // With a transmit value of 1.0, things seen through this
85 pigment {color rgb 0.0 transmit 1.0}
93 // With a black color and a transmit value of 0.5, things
98 pigment {color rgb 0.0 transmit 0.5}
110 pigment {color rgb 0.0 transmit 2.0}
117 // With a gray color and a transmit value of 0.5, things
122 pigment {color rgb 0.5 transmit 0.5}
134 pigment {color rgb 0.5 transmit 2.0}
146 pigment {color rgb 0.5 transmit 1000}
153 // With a gray color and a transmit value of -1, things
[all …]
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-networkmonitor/
H A Dresources.qrc7 <file>images/knemo-modem-transmit-receive.png</file>
8 <file>images/knemo-modem-transmit.png</file>
13 <file>images/knemo-monitor-transmit-receive.png</file>
14 <file>images/knemo-monitor-transmit.png</file>
19 <file>images/knemo-network-transmit-receive.png</file>
20 <file>images/knemo-network-transmit.png</file>
25 <file>images/knemo-wireless-transmit-receive.png</file>
26 <file>images/knemo-wireless-transmit.png</file>
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3debughandlers.c555 transmit(delboy, buffer); in enterRule()
566 transmit(delboy, buffer); in enterAlt()
577 transmit(delboy, buffer); in exitRule()
588 transmit(delboy, buffer); in enterSubRule()
599 transmit(delboy, buffer); in exitSubRule()
610 transmit(delboy, buffer); in enterDecision()
622 transmit(delboy, buffer); in exitDecision()
704 transmit(delboy, buffer); in mark()
716 transmit(delboy, buffer); in rewindMark()
735 transmit(delboy, buffer); in beginBacktrack()
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/textures/pigments/
H A Dtransmitfx.pov92 // With a transmit value of 1.0, things seen through this
98 pigment {color rgb 0.0 transmit 1.0}
111 pigment {color rgb 0.0 transmit 0.5}
123 pigment {color rgb 0.0 transmit 2.0}
130 // With a gray color and a transmit value of 0.5, things
135 pigment {color rgb 0.5 transmit 0.5}
142 // With a gray color and a transmit value of 2.0, things
147 pigment {color rgb 0.5 transmit 2.0}
159 pigment {color rgb 0.5 transmit 1000}
166 // With a gray color and a transmit value of -1, things
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/textures/pigments/
H A Dtransmitfx.pov92 // With a transmit value of 1.0, things seen through this
98 pigment {color rgb 0.0 transmit 1.0}
111 pigment {color rgb 0.0 transmit 0.5}
123 pigment {color rgb 0.0 transmit 2.0}
130 // With a gray color and a transmit value of 0.5, things
135 pigment {color rgb 0.5 transmit 0.5}
142 // With a gray color and a transmit value of 2.0, things
147 pigment {color rgb 0.5 transmit 2.0}
159 pigment {color rgb 0.5 transmit 1000}
166 // With a gray color and a transmit value of -1, things
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/docs/
H A Darista.eos.eos_lldp_interfaces_module.rst180 # no lldp transmit
186 transmit: false
188 transmit: false
198 # no lldp transmit
201 # no lldp transmit
216 # no lldp transmit
223 transmit: false
233 # no lldp transmit
235 # no lldp transmit
250 # no lldp transmit
[all …]
/dports/misc/upclient/upclient-5.0b8/src/locale/
H A Den.po161 #: options.c:477 transmit.c:218 transmit.c:282 transmit.c:284 transmit.c:382
221 #: transmit.c:109
225 #: transmit.c:120
230 #: transmit.c:125
234 #: transmit.c:132
238 #: transmit.c:138
242 #: transmit.c:163
246 #: transmit.c:179
250 #: transmit.c:196
255 #: transmit.c:201
[all …]
H A Des.po161 #: options.c:477 transmit.c:218 transmit.c:282 transmit.c:284 transmit.c:382
221 #: transmit.c:109
225 #: transmit.c:120
230 #: transmit.c:125
234 #: transmit.c:132
238 #: transmit.c:138
242 #: transmit.c:163
246 #: transmit.c:179
250 #: transmit.c:196
255 #: transmit.c:201
[all …]
H A Dit.po161 #: options.c:477 transmit.c:218 transmit.c:282 transmit.c:284 transmit.c:382
221 #: transmit.c:109
225 #: transmit.c:120
230 #: transmit.c:125
234 #: transmit.c:132
238 #: transmit.c:138
242 #: transmit.c:163
246 #: transmit.c:179
250 #: transmit.c:196
255 #: transmit.c:201
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/PWCOND/examples/example01/reference/
H A DAlwireAl.cond.out192 to transmit
235 to transmit
278 to transmit
321 to transmit
362 to transmit
394 to transmit
426 to transmit
458 to transmit
490 to transmit
522 to transmit
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/enterasys/
H A DCTRON-TX-QUEUE-ARBITRATION-MIB53 -- which transmit queues are serviced for Cabletron
54 -- devices that support multiple transmit queues.
59 -- for servicing a specific port group's transmit queues.
85 definition and control over interfaces supporting multiple transmit
100 "Indicates the transmit queue port group to which the interface
111 for servicing of each transmit queue for each port group on the
138 "The number of transmit queues for each port in this port group."
149 is 16, then transmit resources may be allocated to each transmit queue
159 "The approximate percentage of a port's transmit resources to
160 be allocated to each transmit queue. This allows for fine-tuning
[all …]
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DCTRON-TX-QUEUE-ARBITRATION-MIB53 -- which transmit queues are serviced for Cabletron
54 -- devices that support multiple transmit queues.
59 -- for servicing a specific port group's transmit queues.
85 definition and control over interfaces supporting multiple transmit
100 "Indicates the transmit queue port group to which the interface
111 for servicing of each transmit queue for each port group on the
138 "The number of transmit queues for each port in this port group."
149 is 16, then transmit resources may be allocated to each transmit queue
159 "The approximate percentage of a port's transmit resources to
160 be allocated to each transmit queue. This allows for fine-tuning
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wan/
H A Dhd64570.c98 transmit * rx_buffs + desc; in desc_abs_number()
110 int transmit) in desc_address() argument
114 + desc_offset(port, desc, transmit)); in desc_address()
117 + desc_offset(port, desc, transmit)); in desc_address()
150 int transmit, i; in sca_init_port() local
160 for (transmit = 0; transmit < 2; transmit++) { in sca_init_port()
162 u16 buffs = transmit ? card->tx_ring_buffers in sca_init_port()
168 u32 buff_off = buffer_offset(port, i, transmit); in sca_init_port()
177 sca_out(0, transmit ? DSR_TX(phy_node(port)) : in sca_init_port()
186 if (!transmit) in sca_init_port()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wan/
H A Dhd64570.c98 transmit * rx_buffs + desc; in desc_abs_number()
110 int transmit) in desc_address() argument
114 + desc_offset(port, desc, transmit)); in desc_address()
117 + desc_offset(port, desc, transmit)); in desc_address()
150 int transmit, i; in sca_init_port() local
160 for (transmit = 0; transmit < 2; transmit++) { in sca_init_port()
162 u16 buffs = transmit ? card->tx_ring_buffers in sca_init_port()
168 u32 buff_off = buffer_offset(port, i, transmit); in sca_init_port()
177 sca_out(0, transmit ? DSR_TX(phy_node(port)) : in sca_init_port()
186 if (!transmit) in sca_init_port()
[all …]

12345678910>>...214