| /plan9/sys/src/cmd/ssh1/ |
| H A D | sshserve.c | 125 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 D | authtis.c | 14 sendmsg(allocmsg(c, SSH_CMSG_AUTH_TIS, 0)); in authtisfn() 45 sendmsg(m); in authtisfn()
|
| H A D | agent.c | 173 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 D | smsg.c | 23 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 D | cmsg.c | 67 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 D | authrsa.c | 39 sendmsg(m); in authrsafn() 88 sendmsg(m); in authrsafn()
|
| H A D | authpasswd.c | 18 sendmsg(m); in authpasswordfn()
|
| H A D | authsrvtis.c | 22 sendmsg(m); in authsrvtisfn()
|
| H A D | sshnet.c | 245 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 D | ssh1.c | 203 sendmsg(m); in main() 430 sendmsg(m); in sendwritemsg()
|
| H A D | ssh.h | 238 int sendmsg(Msg*);
|
| H A D | msg.c | 197 sendmsg(Msg *m) in sendmsg() function
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | dns.c | 105 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 D | cs.c | 101 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 D | boot.h | 50 extern int sendmsg(int, char*);
|
| /plan9/sys/src/cmd/cfs/ |
| H A D | cfs.c | 80 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 D | socket.h | 187 extern int sendmsg(int, struct msghdr *, int);
|
| /plan9/sys/src/games/music/playlistfs/ |
| H A D | boilerplate.c | 40 sendmsg(Channel *q, Wmsg *m) in sendmsg() function
|
| H A D | playlist.h | 121 int sendmsg(Channel*, Wmsg*);
|
| H A D | fs.c | 714 if(sendmsg(workers, &m)) in allocwork()
|