Searched refs:receive (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/sys/netinet/
H A Din_kdtrace.c40 SDT_PROBE_DEFINE6_XLATE(ip, , , receive,
91 SDT_PROBE_DEFINE5_XLATE(tcp, , , receive,
143 SDT_PROBE_DEFINE5_XLATE(udp, , , receive,
H A Din_kdtrace.h52 SDT_PROBE_DECLARE(ip, , , receive);
60 SDT_PROBE_DECLARE(tcp, , , receive);
70 SDT_PROBE_DECLARE(udp, , , receive);
H A Dtcp_timewait.c474 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
479 TCP_PROBE5(receive, NULL, NULL, m, NULL, th);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c111 * Send kerberos requests and receive a reply on a udp or any other kind
260 krb5_data *receive)
313 prefix, send_data, receive);
316 if(ret == 0 && receive->length != 0)
326 krb5_data *receive)
345 timeout, send_data, receive);
363 * in `receive'.
370 krb5_data *receive)
376 krb5_data_zero(receive);
392 context->kdc_timeout, send_data, receive);
257 send_via_proxy(krb5_context context, const krb5_krbhst_info *hi, const krb5_data *send_data, krb5_data *receive) argument
322 send_via_plugin(krb5_context context, krb5_krbhst_info *hi, time_t timeout, const krb5_data *send_data, krb5_data *receive) argument
367 krb5_sendto(krb5_context context, const krb5_data *send_data, krb5_krbhst_handle handle, krb5_data *receive) argument
457 krb5_sendto_kdc(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive) argument
466 krb5_sendto_kdc_flags(krb5_context context, const krb5_data *send_data, const krb5_realm *realm, krb5_data *receive, int flags) argument
577 krb5_sendto_context(krb5_context context, krb5_sendto_ctx ctx, const krb5_data *send_data, const krb5_realm realm, krb5_data *receive) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localudp.ksh28 # Test ip:::{send,receive} of IPv4 UDP to a local address.
36 # 4. An unlikely race causes the unlocked global send/receive
44 # 1 x ip:::receive (UDP received)
46 # No udp:::receive event is expected as the response ping -U elicits is
48 # the echo request UDP packet only reaches IP, so the udp:::receive probe
79 ip:::receive
90 printf("ip:::receive - %s\n", ipreceive >= 1 ? "yes" : "no");
H A Dtst.ipv4localtcp.ksh28 # Test {ip,tcp}:::{send,receive} of IPv4 TCP to local host.
36 # 4. An unlikely race causes the unlocked global send/receive
44 # 2 x ip:::receive (1 during the TCP handshake, then the FIN ACK)
45 # 2 x tcp:::receive (1 during the TCP handshake, then the FIN ACK)
111 ip:::receive
118 tcp:::receive
128 printf("ip:::receive - %s\n", ipreceive >= 5 ? "yes" : "no");
130 printf("tcp:::receive - %s\n", tcpreceive >= 5 ? "yes" : "no");
H A Dtst.ipv4remotetcp.ksh28 # Test {tcp,ip}:::{send,receive} of IPv4 TCP to a remote host.
36 # 4. An unlikely race causes the unlocked global send/receive
44 # 2 x ip:::receive (1 during the TCP handshake, then the FIN ACK)
45 # 2 x tcp:::receive (1 during the TCP handshake, then the FIN ACK)
101 ip:::receive
108 tcp:::receive
118 printf("ip:::receive - %s\n", ipreceive >= 2 ? "yes" : "no");
120 printf("tcp:::receive - %s\n", tcpreceive >= 2 ? "yes" : "no");
H A Dtst.ipv4localicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a local address.
61 ip:::receive
65 printf("3 ip:::receive (");
H A Dtst.ipv4remoteicmp.ksh30 # Test ip:::{send,receive} of IPv4 ICMP to a remote host.
71 ip:::receive
75 printf("2 ip:::receive (");
H A Dtst.ipv6localicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a local address. This creates a
70 ip:::receive
74 printf("3 ip:::receive (");
H A Dtst.ipv6remoteicmp.ksh30 # Test ip:::{send,receive} of IPv6 ICMP to a remote host. This test is
79 ip:::receive
83 printf("2 ip:::receive (");
H A Dtst.localtcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
32 # receive events for the message should result.
40 # 4. An unlikely race causes the unlocked global send/receive
48 # 2 x ip:::receive (1 during the TCP handshake, then the FIN ACK)
49 # 3 x tcp:::receive (1 during the TCP handshake, 1 message then the FIN ACK)
53 # each way, since the TCP fusion send/receive events will not reach IP.
106 ip:::receive
113 tcp:::receive
150 printf("ip:::receive - %s\n", ipreceive >= 5 ? "yes" : "no");
152 printf("tcp:::receive
[all...]
H A Dtst.remotetcpstate.ksh28 # Test tcp:::state-change and tcp:::{send,receive} by connecting to
31 # A number of state transition events along with tcp send and receive
40 # 4. An unlikely race causes the unlocked global send/receive
48 # 3 x ip:::receive (1 during the TCP handshake, the response, then the FIN ACK)
49 # 3 x tcp:::receive (1 during the TCP handshake, the response, then the FIN ACK)
111 ip:::receive
118 tcp:::receive
148 printf("ip:::receive - %s\n", ipreceive >= 3 ? "yes" : "no");
150 printf("tcp:::receive - %s\n", tcpreceive >= 3 ? "yes" : "no");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp190 HANDLE *receive() { return &h_; } function in struct:__sanitizer::__anon1033::ScopedHandle
208 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
209 !::CreatePipe(stdout_read.receive(), stdout_write.receive(), &attrs, 0)) {
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c100 receive(int s) { function
162 receive(s);
/freebsd-11-stable/cddl/usr.sbin/dwatch/libexec/
H A DMakefile26 LINKS+= ${LIBEXECDIR}/dwatch/ip ${LIBEXECDIR}/dwatch/ip-receive
74 LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-receive
79 LINKS+= ${LIBEXECDIR}/dwatch/udp ${LIBEXECDIR}/dwatch/udp-receive
/freebsd-11-stable/share/dtrace/
H A Dudptrack36 udp:kernel::receive
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.h77 void (*receive) (struct _ce_chan_t*, unsigned char*, int); member in struct:_ce_chan_t
134 #define GSYN_RCV 1 /* transmit clock source = receive */
/freebsd-11-stable/sys/dev/iser/
H A Diser_initiator.c498 * In case we got data in the receive buffer, assign the ip_data_mbuf
514 goto receive;
525 receive:
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h28 unsigned long rintr; /* receive interrupts */
86 #define ER_OVERFLOW 4 /* receive buffer overflow */
87 #define ER_OVERRUN 5 /* receive fifo overrun */
90 #define ER_SCC_OVERFLOW 8 /* subchannel receive buffer overflow */
172 * Invert receive and transmit clock.
295 * Invert receive clock.
495 void (*receive) (chan_t *h, struct sk_buff *skb); member in struct:_proto_t
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c298 receive (krb5_context context, function
356 krb5_warnx(context, "receive complete database");
449 krb5_warnx(context, "receive complete database, version %ld", (long)vno);
695 receive (context, sp, server_context);
/freebsd-11-stable/sys/dev/cp/
H A Dcpddk.h23 #define NRBUF 64 /* the number of receive buffers per channel,
61 unsigned long status; /* complete, receive abort, fe, len */
70 cp_desc_t rdesc [NRBUF]; /* receive buffer descriptors */
72 unsigned char rbuffer [NRBUF] [BUFSZ]; /* receive buffers */
112 #define GSYN_RCV 1 /* transmit clock source = receive */
148 unsigned long rintr; /* receive interrupts */
199 unsigned char *rbuf [NRBUF]; /* receive buffers */
200 cp_desc_t *rdesc; /* receive buffer descriptors */
201 unsigned long rphys [NRBUF]; /* receive buffer phys address */
202 unsigned long rdphys [NRBUF]; /* receive desc
211 void (*receive) (struct _cp_chan_t *c, unsigned char *data, int len); member in struct:_cp_chan_t
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_ioctl.h787 struct ctl_iscsi_receive_params receive; member in union:ctl_iscsi_data
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c1239 req.data.receive.connection_id = pdu->pdu_connection->conn_socket;
1240 req.data.receive.bhs = pdu->pdu_bhs;
1241 req.data.receive.data_segment_len = MAX_DATA_SEGMENT_LENGTH;
1242 req.data.receive.data_segment = pdu->pdu_data;
1250 log_errx(1, "error returned from CTL iSCSI receive: "
/freebsd-11-stable/sys/netinet6/
H A Dudp6_usrreq.c368 UDP_PROBE(receive, NULL, last, ip6,
401 UDP_PROBE(receive, NULL, last, ip6, last, uh);
459 UDP_PROBE(receive, NULL, NULL, ip6, NULL, uh);
480 UDP_PROBE(receive, NULL, inp, ip6, inp, uh);

Completed in 144 milliseconds

12