Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/netbsd/src/sys/dev/dec/
Dlk201_ws.c42 #define send(lks, c) ((*((lks)->attmt.sendchar))((lks)->attmt.cookie, c)) macro
59 send(lks, LK_LED_ENABLE); in lk201_init()
60 send(lks, LK_LED_ALL); in lk201_init()
67 send(lks, LK_CMD_MODE(LK_UPDOWN, i)); in lk201_init()
69 send(lks, LK_CL_ENABLE); in lk201_init()
70 send(lks, LK_PARAM_VOLUME(3)); in lk201_init()
77 send(lks, LK_KBD_ENABLE); in lk201_init()
79 send(lks, LK_LED_DISABLE); in lk201_init()
80 send(lks, LK_LED_ALL); in lk201_init()
103 send(lks, LK_ENABLE_401); in lk201_init()
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dattr_scan0.ref1 ./attr_print0: send attr protocol = test
2 ./attr_print0: send attr number = 4711
3 ./attr_print0: send attr long_number = 1234
4 ./attr_print0: send attr string = whoopee
5 ./attr_print0: send attr data = [data 7 bytes]
6 ./attr_print0: send attr name bar-name value bar-value
7 ./attr_print0: send attr name foo-name value foo-value
8 ./attr_print0: send attr long_number = 4321
9 ./attr_print0: send attr protocol = test
10 ./attr_print0: send attr number = 4711
[all …]
Dattr_scan_plain.ref1 ./attr_print_plain: send attr protocol = test
2 ./attr_print_plain: send attr number = 4711
3 ./attr_print_plain: send attr long_number = 1234
4 ./attr_print_plain: send attr string = whoopee
5 ./attr_print_plain: send attr data = [data 7 bytes]
6 ./attr_print_plain: send attr name bar-name value bar-value
7 ./attr_print_plain: send attr name foo-name value foo-value
8 ./attr_print_plain: send attr long_number = 4321
9 ./attr_print_plain: send attr protocol = test
10 ./attr_print_plain: send attr number = 4711
[all …]
Dattr_scan64.ref1 ./attr_print64: send attr protocol = test
2 ./attr_print64: send attr number = 4711
3 ./attr_print64: send attr long_number = 1234
4 ./attr_print64: send attr string = whoopee
5 ./attr_print64: send attr data = [data 7 bytes]
6 ./attr_print64: send attr name bar-name value bar-value
7 ./attr_print64: send attr name foo-name value foo-value
8 ./attr_print64: send attr long_number = 4321
9 ./attr_print64: send attr protocol = test
10 ./attr_print64: send attr number = 4711
[all …]
Dattr_scan.ref1 ./attr_print: send attr number = 4711
2 ./attr_print: send attr string = whoopee
3 ./attr_print: send attr name foo-name value foo-value
4 ./attr_print: send attr name bar-name value bar-value
5 ./attr_print: send attr number = 4711
6 ./attr_print: send attr string = whoopee
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dthroughput4 send = time to send 100 msgs into postfix
10 send rest total
20 send rest total
/netbsd/src/sys/dev/ieee1394/
Dfwmem.c331 fp = &xfer->send.hdr; in fwmem_read_quad()
336 xfer->send.payload = NULL; in fwmem_read_quad()
362 fp = &xfer->send.hdr; in fwmem_write_quad()
368 xfer->send.payload = xfer->recv.payload = NULL; in fwmem_write_quad()
393 fp = &xfer->send.hdr; in fwmem_read_block()
400 xfer->send.payload = NULL; in fwmem_read_block()
425 fp = &xfer->send.hdr; in fwmem_write_block()
432 xfer->send.payload = data; in fwmem_write_block()
457 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst; in fwmem_xfer_req()
459 xfer->send.spd = fwdev->speed; in fwmem_xfer_req()
[all …]
Dfirewire.c393 fp = &xfer->send.hdr; in fw_asyreq()
417 if (xfer->send.pay_len > MAXREC(fc->maxrec)) { in fw_asyreq()
427 if (len != xfer->send.pay_len) { in fw_asyreq()
430 len, xfer->send.pay_len, tcode_str[tcode], tcode); in fw_asyreq()
837 xfer->send.pay_len = send_len; in fw_xfer_alloc_buf()
840 xfer->send.payload = malloc(send_len, type, M_NOWAIT | M_ZERO); in fw_xfer_alloc_buf()
841 if (xfer->send.payload == NULL) { in fw_xfer_alloc_buf()
849 if (xfer->send.payload != NULL) in fw_xfer_alloc_buf()
850 free(xfer->send.payload, type); in fw_xfer_alloc_buf()
933 if (xfer->send.payload != NULL) { in fw_xfer_free_buf()
[all …]
/netbsd/src/external/bsd/tcpdump/dist/
DREADME.md3 **To report a security issue please send an e-mail to security@tcpdump.org.**
82 send-ack.awk
86 we just note if the packet is a "send" or an "ack".
101 the delta-time from the first send of the packet to the
102 ack. A number in parens following a send is the
103 delta-time from the first send of the packet to the
104 current send (on duplicate packets only). Duplicate
109 3.00 0.20 send . 512
111 3.20 0.00 send P 1024
113 3.80 0.40 * send . 0 (3.80) [2]
[all …]
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dread_description.c121 const size_t send = sizeof (sparam_typeval) / sizeof (param_typeval_t); in description_findtype() local
123 while (s < send && strcmp (sparam_typeval[s].name, name) != 0) in description_findtype()
126 if (s < send) in description_findtype()
143 const size_t send = sizeof (sparam_typeval) / sizeof (param_typeval_t); in read_description_findname() local
145 while (s < send && sparam_typeval[s].val != e) in read_description_findname()
148 if (s<send) in read_description_findname()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Drclex.c144 char *send, *fn; in cpp_line() local
203 line = strtol (s, &send, 0); in cpp_line()
204 if (*send != '\0' && ! ISSPACE (*send)) in cpp_line()
210 s = send; in cpp_line()
218 send = strchr (s, '"'); in cpp_line()
219 if (send == NULL) in cpp_line()
222 fn = xmalloc (send - s + 1); in cpp_line()
223 strncpy (fn, s, send - s); in cpp_line()
224 fn[send - s] = '\0'; in cpp_line()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dcvsbug.in206 It seems that send-pr is not installed with your unique submitter-id.
211 where YOUR-SID is the identification code you received with `send-pr'.
213 `>Submitter-Id'. If you've downloaded `send-pr' from the Net, use `net'
214 for this value. If you do not know your id, run `send-pr --request-id' to
307 SEND-PR: -*- send-pr -*-
/netbsd/src/external/bsd/ipf/dist/iplang/
DBNF1 line ::= iface | arp | send | defrouter | ipv4line .
8 send ::= "send" ";" | "send" "{" sendbodyopts "}" ";" .
/netbsd/src/crypto/external/bsd/heimdal/dist/tests/kdc/
Dcheck-kpasswdd.in138 send ${pw}\n
140 send ${pw}\n
170 send ${pw}\n
172 send ${pw}\n
/netbsd/src/lib/libc/net/
Dsend.c48 __weak_alias(send, _send) in __weak_alias() argument
52 send(int s, const void *msg, size_t len, int flags) in __weak_alias()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-agent.c858 goto send; in process_sign_request2()
863 goto send; in process_sign_request2()
873 goto send; in process_sign_request2()
879 goto send; in process_sign_request2()
884 goto send; in process_sign_request2()
897 goto send; in process_sign_request2()
908 goto send; in process_sign_request2()
915 goto send; in process_sign_request2()
922 goto send; in process_sign_request2()
930 goto send; in process_sign_request2()
[all …]
/netbsd/src/external/bsd/openresolv/dist/
Ddnsmasq.in50 dbus_introspect=$(dbus-send --print-reply --system \
206 dbus-send --system --dest=uk.org.thekelleys.dnsmasq \
209 dbus-send --system --dest=uk.org.thekelleys.dnsmasq \
/netbsd/src/external/bsd/ipf/dist/rules/
Dexample.83 # block all incoming TCP connections but send back a TCP-RST for ones to
9 # block all inbound UDP packets and send back an ICMP error.
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
Dcrypto.c311 ctx->u.v2.send.signkey, in _gss_ntlm_get_mic()
312 ctx->u.v2.send.signsealkey, in _gss_ntlm_get_mic()
313 ctx->u.v2.send.seq++, in _gss_ntlm_get_mic()
497 ctx->u.v2.send.signkey, in _gss_ntlm_wrap()
498 ctx->u.v2.send.seq++, in _gss_ntlm_wrap()
499 &ctx->u.v2.send.sealkey, in _gss_ntlm_wrap()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dsocket_wrapper.h121 #ifdef send
122 #undef send
124 #define send(s,buf,len,flags) swrap_send(s,buf,len,flags) macro
Dnet_write.c93 count = send (sock, cbuf, rem, 0); in net_write()
104 count = send (sock, cbuf, rem, 0); in net_write()
/netbsd/src/sys/netinet/
Dtcp_output.c928 goto send; in tcp_output()
932 goto send; in tcp_output()
934 goto send; in tcp_output()
936 goto send; in tcp_output()
938 goto send; in tcp_output()
940 goto send; in tcp_output()
979 goto send; in tcp_output()
981 goto send; in tcp_output()
989 goto send; in tcp_output()
991 goto send; in tcp_output()
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/
Drfc3706.txt105 to detect peer liveliness without needing to send messages at regular
162 must send a HELLO to the other. This HELLO serves as proof of
165 side has not received a HELLO, it will send the HELLO message itself,
239 its peer's liveliness would rely on the peer itself to send periodic
244 liveliness. Each peer depends on the other to send periodic HELLOs.
278 state information to send periodic HELLOs to A. The disadvantage of
290 failover, therefore requiring the aggregator to send HELLO packets
292 the aggregator must send 50,000 messages every few seconds.
297 degree of complexity. Similarly, the need to send periodic messages
320 peer A has some IPSec packets to send after the period of idleness,
[all …]
Ddraft-ietf-ipsec-nat-t-ike-00.txt224 mode. In the quick mode both ends can also send the original source
239 send original source address.
245 payload away. Otherwise he SHOULD send the original source address.
265 In case of transport mode both ends SHOULD send the original source
266 address to the other end. For the tunnel mode both ends SHOULD NOT send
268 each end MUST send original source address.
274 quick mode. The initiator SHOULD send the payload if it proposes any
275 UDP-Encapsulated-Transport mode and the responder SHOULD send the
277 possible that initiator send the NAT-OA payload, but proposes both UDP-
279 the UDP-Encapsulated tunnel mode and do not send NAT-OA payload back.
[all …]
/netbsd/src/usr.bin/telnet/
Dnetwork.c139 n = send(net, netoring.consume, (size_t)n, 0); /* normal write */ in netflush()
149 n = send(net, netoring.consume, 1, MSG_OOB);/* URGENT data */ in netflush()

12345678910>>...30