Searched defs:sshFxpExtendedPacket (Results 1 – 6 of 6) sorted by relevance
847 type sshFxpExtendedPacket struct { struct848 ID uint32849 ExtendedRequest string850 SpecificPacket interface {856 func (p sshFxpExtendedPacket) id() uint32 { return p.ID }857 func (p sshFxpExtendedPacket) readonly() bool { return p.SpecificPacket.readonly() }859 func (p sshFxpExtendedPacket) respond(svr *Server) error {863 func (p *sshFxpExtendedPacket) UnmarshalBinary(b []byte) error {
867 type sshFxpExtendedPacket struct { struct868 ID uint32869 ExtendedRequest string870 SpecificPacket interface {876 func (p sshFxpExtendedPacket) id() uint32 { return p.ID }877 func (p sshFxpExtendedPacket) readonly() bool {884 func (p sshFxpExtendedPacket) respond(svr *Server) responsePacket {891 func (p *sshFxpExtendedPacket) UnmarshalBinary(b []byte) error {
868 type sshFxpExtendedPacket struct { struct869 ID uint32870 ExtendedRequest string871 SpecificPacket interface {877 func (p sshFxpExtendedPacket) id() uint32 { return p.ID }878 func (p sshFxpExtendedPacket) readonly() bool {885 func (p sshFxpExtendedPacket) respond(svr *Server) error {892 func (p *sshFxpExtendedPacket) UnmarshalBinary(b []byte) error {
1046 type sshFxpExtendedPacket struct { struct1047 ID uint321048 ExtendedRequest string1049 SpecificPacket interface {1055 func (p *sshFxpExtendedPacket) id() uint32 { return p.ID }1056 func (p *sshFxpExtendedPacket) readonly() bool {1063 func (p *sshFxpExtendedPacket) respond(svr *Server) responsePacket {1070 func (p *sshFxpExtendedPacket) UnmarshalBinary(b []byte) error {
1153 type sshFxpExtendedPacket struct { struct1154 ID uint321155 ExtendedRequest string1156 SpecificPacket interface {1162 func (p *sshFxpExtendedPacket) id() uint32 { return p.ID }1163 func (p *sshFxpExtendedPacket) readonly() bool {1170 func (p *sshFxpExtendedPacket) respond(svr *Server) responsePacket {1177 func (p *sshFxpExtendedPacket) UnmarshalBinary(b []byte) error {