Searched defs:sshFxpStatPacket (Results 1 – 6 of 6) sorted by relevance
310 type sshFxpStatPacket struct { struct311 ID uint32312 Path string315 func (p sshFxpStatPacket) id() uint32 { return p.ID }317 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {321 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
306 type sshFxpStatPacket struct { struct307 ID uint32308 Path string311 func (p sshFxpStatPacket) id() uint32 { return p.ID }313 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {317 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
307 type sshFxpStatPacket struct { struct308 ID uint32309 Path string312 func (p sshFxpStatPacket) id() uint32 { return p.ID }314 func (p sshFxpStatPacket) MarshalBinary() ([]byte, error) {318 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
348 type sshFxpStatPacket struct { struct349 ID uint32350 Path string353 func (p *sshFxpStatPacket) id() uint32 { return p.ID }355 func (p *sshFxpStatPacket) MarshalBinary() ([]byte, error) {359 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {
449 type sshFxpStatPacket struct { struct450 ID uint32451 Path string454 func (p *sshFxpStatPacket) id() uint32 { return p.ID }456 func (p *sshFxpStatPacket) MarshalBinary() ([]byte, error) {460 func (p *sshFxpStatPacket) UnmarshalBinary(b []byte) error {