Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 90) sorted by relevance

1234

/titanic_50/usr/src/lib/libfakekernel/common/
H A Dksocket.c241 size_t *sent, struct cred *cr) in ksocket_send() argument
249 if (sent != NULL) in ksocket_send()
250 *sent = 0; in ksocket_send()
256 if (sent != NULL) in ksocket_send()
257 *sent = 0; in ksocket_send()
261 if (sent != NULL) in ksocket_send()
262 *sent = (size_t)error; in ksocket_send()
268 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
276 if (sent != NULL) in ksocket_sendto()
277 *sent = 0; in ksocket_sendto()
[all …]
/titanic_50/usr/src/uts/common/io/ksocket/
H A Dksocket.c186 size_t *sent, struct cred *cr) in ksocket_send() argument
197 if (sent != NULL) in ksocket_send()
198 *sent = 0; in ksocket_send()
226 if (sent != NULL) in ksocket_send()
227 *sent = 0; in ksocket_send()
231 if (sent != NULL) in ksocket_send()
232 *sent = msglen - auio.uio_resid; in ksocket_send()
238 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) in ksocket_sendto() argument
249 if (sent != NULL) in ksocket_sendto()
250 *sent = 0; in ksocket_sendto()
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c275 int64_t *sentp, sent; in sctp_process_heartbeat() local
287 sizeof (sent) + sizeof (secret) + sizeof (addr))) { in sctp_process_heartbeat()
309 bcopy(sentp, &sent, sizeof (sent)); in sctp_process_heartbeat()
332 sctp_update_rtt(sctp, fp, now - sent); in sctp_process_heartbeat()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c157 size_t sent; in smb_net_send_uio() local
198 rc = ksocket_sendmsg(s->sock, &msg, 0, &sent, CRED()); in smb_net_send_uio()
201 uio->uio_resid -= sent; in smb_net_send_uio()
H A Dsmb_opipe.c309 size_t sent = 0; in smb_opipe_write() local
334 rc = ksocket_sendmsg(sock, &msghdr, 0, &sent, ofile->f_cr); in smb_opipe_write()
337 uio->uio_resid -= sent; in smb_opipe_write()
/titanic_50/usr/src/cmd/ssh/doc/
H A Dnchan2.ms51 The data is then sent over the INPUT-end (transmit-end) of the channel to the
53 Data sent by the peer is received on the OUTPUT-end (receive-end),
59 A CLOSE message is sent to the peer if
64 if a CLOSE message he been both sent and received.
/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_net.c201 unsigned long long now, sent; in slp_uc_udp_send() local
251 sent = now_millis(); in slp_uc_udp_send()
254 0, &timeout, sent, &now, pfd, 1); in slp_uc_udp_send()
340 unsigned long long final_to, now, sent; in slp_mc_send() local
378 sent = now_millis(); in slp_mc_send()
382 sent, &now, &noresults, &anyresults, timeout); in slp_mc_send()
1009 unsigned long long sent, in mc_recvmsg() argument
1022 final_to, &timeout, sent, now, pfd, nfds); in mc_recvmsg()
1089 timeout = timeout - (int)(*now - sent); in mc_recvmsg()
1159 unsigned long long sent, in wait_for_response() argument
[all …]
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c124 int sent, addr_cnt, rcvd, if_cnt; in nfs_cast() local
149 addr_cnt = sent = rcvd = 0; in nfs_cast()
336 sent = 0; in nfs_cast()
359 sent++; in nfs_cast()
368 sent++; in nfs_cast()
375 if (sent == 0) { /* no packets sent ? */ in nfs_cast()
482 if (rcvd == sent) in nfs_cast()
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample48 # whether boot_file or the bootfs is to be sent encrypted/signed, or
49 # root_file is to be sent signed; the client must be setup with the
94 # (and whether bootlog traffic should be sent using http or https),
95 # or whether it should simply be sent to the console.
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c574 int sent; in rdsv3_ib_xmit() local
705 sent = 0; in rdsv3_ib_xmit()
784 sent += len; in rdsv3_ib_xmit()
829 sent += sizeof (struct rdsv3_header); in rdsv3_ib_xmit()
868 ret = sent; in rdsv3_ib_xmit()
996 int sent; in rdsv3_ib_xmit_rdma() local
1037 sent = 0; in rdsv3_ib_xmit_rdma()
1071 sent += scat[i].swr.wr_sgl[idx].ds_len; in rdsv3_ib_xmit_rdma()
1080 wr->wr_opcode, sent); in rdsv3_ib_xmit_rdma()
/titanic_50/usr/src/cmd/ipf/examples/
H A Dexample.63 # packet sent to establish a connection) out of the SYN-ACK pair.
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c474 int pktype, sent = 0; in input_userauth_pk_ok() local
525 sent = sign_and_send_pubkey(authctxt, key, in input_userauth_pk_ok()
539 if (sent == 0) in input_userauth_pk_ok()
1275 int sent = 0; in userauth_pubkey() local
1281 sent = userauth_pubkey_agent(authctxt); in userauth_pubkey()
1282 } while (!sent && authctxt->agent->howmany > 0); in userauth_pubkey()
1284 while (!sent && idx < options.num_identity_files) { in userauth_pubkey()
1291 sent = sign_and_send_pubkey(authctxt, key, in userauth_pubkey()
1297 sent = send_pubkey_test(authctxt, key, in userauth_pubkey()
1302 return sent; in userauth_pubkey()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
H A Dtst.localtcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
/titanic_50/usr/src/cmd/sendmail/cf/feature/
H A Dredirect.m420 # addresses sent to foo@host.REDIRECT will give a 551 error code
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c444 size_t sent = 0; in iscsi_net_sendmsg() local
446 (void) ksocket_sendmsg(ks, msg, flag, &sent, CRED()); in iscsi_net_sendmsg()
447 DTRACE_PROBE1(ksocket_sendmsg, size_t, sent); in iscsi_net_sendmsg()
448 return (sent); in iscsi_net_sendmsg()
/titanic_50/usr/src/cmd/sendmail/cf/cf/
H A Dsendmail.mc13 # be sent to that host (which is set to mailhost.$m [$m is the local domain])
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME35 status queries sent every block or two. It's not how to get the best performance,
50 are being sent to the printer. You can turn off the status query stuff with
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.d.in80 state == TCP_STATE_SYN_SENT ? "state-syn-sent" :
120 uint32_t tcps_iss; /* Initial sequence # sent */
121 uint32_t tcps_suna; /* sequence # sent but unacked */
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c102 static struct timeval sent; /* when query sent */ variable
507 if (sent.tv_sec + wtime <= now.tv_sec) in query_loop()
524 if (gettimeofday(&sent, 0) < 0) { in out()
/titanic_50/usr/src/cmd/fm/dicts/
H A DPCIEX.po51 msgstr "Either the transmitting device sent an invalid request or the receiving device is reporting…
115 msgstr "The transmitting device sent an invalid request.\n Refer to %s for more information."
131 msgstr "Either the transmitting device sent an invalid request or the receiving device is reporting…
147 msgstr "Either the transmitting device sent an invalid request or the receiving device is reporting…
163 msgstr "The transmitting device sent an invalid request.\n Refer to %s for more information."
179 msgstr "Either the transmitting device sent an invalid request or the receiving device failed to re…
195 msgstr "Either the transmitting device sent an invalid request or the receiving device failed to re…
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl46 # By default, when the DHCP agent is sent a SIGTERM (typically when
108 # address (28), and encapsulated vendor options (43), is sent to the DHCP
/titanic_50/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl35 # Relay Routers as defined in RFC 3056. Traffic sent from a 6to4 site to a
/titanic_50/usr/src/cmd/mailx/misc/
H A Dmailx.rc63 ignore message-type message-version mts-message-id report-version sent-by

1234