Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 20 of 20) sorted by relevance

/plan9/sys/src/cmd/ssh1/
H A Dsshserve.c125 sendmsg(allocmsg(c, SSH_SMSG_FAILURE, 0)); in fromnet()
132 sendmsg(allocmsg(c, SSH_SMSG_SUCCESS, 0)); in fromnet()
136 sendmsg(allocmsg(c, SSH_SMSG_FAILURE, 0)); in fromnet()
141 sendmsg(allocmsg(c, SSH_SMSG_SUCCESS, 0)); in fromnet()
145 sendmsg(allocmsg(c, SSH_SMSG_FAILURE, 0)); in fromnet()
224 sendmsg(m); in copyout()
291 sendmsg(m); in startcmd()
295 sendmsg(m); in startcmd()
H A Dauthtis.c14 sendmsg(allocmsg(c, SSH_CMSG_AUTH_TIS, 0)); in authtisfn()
45 sendmsg(m); in authtisfn()
H A Dagent.c173 sendmsg(m); in startagent()
283 sendmsg(r); in handlefullmsg()
315 sendmsg(r); in handlefullmsg()
343 sendmsg(r); in handlefullmsg()
392 sendmsg(m); in handleagentopen()
405 sendmsg(m); in handleagentopen()
428 sendmsg(m); in handleagentieof()
447 sendmsg(m); in handleagentoclose()
H A Dsmsg.c23 sendmsg(m); in send_ssh_smsg_public_key()
181 sendmsg(allocmsg(c, SSH_SMSG_FAILURE, 0)); in authsrvuser()
192 sendmsg(allocmsg(c, SSH_SMSG_SUCCESS, 0)); in authsrvuser()
282 sendmsg(allocmsg(c, SSH_SMSG_SUCCESS, 0)); in sshserverhandshake()
H A Dcmsg.c67 sendmsg(m); in send_ssh_cmsg_session_key()
78 sendmsg(m); in authuser()
287 sendmsg(m); in sendwindowsize()
361 sendmsg(m); in requestpty()
H A Dauthrsa.c39 sendmsg(m); in authrsafn()
88 sendmsg(m); in authrsafn()
H A Dauthpasswd.c18 sendmsg(m); in authpasswordfn()
H A Dauthsrvtis.c22 sendmsg(m); in authsrvtisfn()
H A Dsshnet.c245 sendmsg(m); in teardownclient()
617 sendmsg(m); in ctlwrite()
650 sendmsg(m); in datawrite()
867 sendmsg(m); in handlemsg()
1094 sendmsg(m); in threadmain()
H A Dssh1.c203 sendmsg(m); in main()
430 sendmsg(m); in sendwritemsg()
H A Dssh.h238 int sendmsg(Msg*);
H A Dmsg.c197 sendmsg(Msg *m) in sendmsg() function
/plan9/sys/src/cmd/ndb/
H A Ddns.c105 void sendmsg(Job*, char*);
557 sendmsg(job, "unknown 9P version"); in rversion()
560 sendmsg(job, 0); in rversion()
567 sendmsg(job, "dns: authentication not required"); in rauth()
577 sendmsg(job, 0); in rflush()
590 sendmsg(job, 0); in rattach()
650 sendmsg(job, err); in rwalk()
667 sendmsg(job, err); in ropen()
674 sendmsg(job, "creation permission denied"); in rcreate()
725 sendmsg(job, err); in rread()
[all …]
H A Dcs.c101 void sendmsg(Job*, char*);
521 sendmsg(job, "unknown 9P version"); in rversion()
524 sendmsg(job, 0); in rversion()
531 sendmsg(job, "cs: authentication not required"); in rauth()
541 sendmsg(job, 0); in rflush()
555 sendmsg(job, 0); in rattach()
627 sendmsg(job, err); in rwalk()
645 sendmsg(job, err); in ropen()
652 sendmsg(job, "creation permission denied"); in rcreate()
716 sendmsg(job, err); in rread()
[all …]
/plan9/sys/src/9/boot/
H A Dboot.h50 extern int sendmsg(int, char*);
/plan9/sys/src/cmd/cfs/
H A Dcfs.c80 void sendmsg(P9fs*, Fcall*);
726 sendmsg(&c, &c.rhdr); in sendreply()
744 sendmsg(&s, &c.thdr); in delegate()
750 sendmsg(&c, &s.rhdr); in delegate()
770 sendmsg(&s, &s.thdr); in askserver()
783 sendmsg(P9fs *p, Fcall *f) in sendmsg() function
/plan9/sys/include/ape/sys/
H A Dsocket.h187 extern int sendmsg(int, struct msghdr *, int);
/plan9/sys/src/games/music/playlistfs/
H A Dboilerplate.c40 sendmsg(Channel *q, Wmsg *m) in sendmsg() function
H A Dplaylist.h121 int sendmsg(Channel*, Wmsg*);
H A Dfs.c714 if(sendmsg(workers, &m)) in allocwork()