Home | History | Annotate | Download | only in python2.7

Lines Matching full:prot

661             # PROT defines whether or not the data channel is to be protected.
664 # Clear (PROT C) means that no security is to be used on the
665 # data-channel, Private (PROT P) means that the data-channel
671 resp = self.voidcmd('PROT P')
677 resp = self.voidcmd('PROT C')