Home
last modified time | relevance | path

Searched refs:PROT_S (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/head/arpa/
H A Dftp.h119 #define PROT_S 2 /* integrity; no encryption */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c153 clevel = PROT_S; in setpeer()
1384 if ((oldclevel = clevel) == PROT_S) in user()
2240 { "safe", "S", PROT_S },
H A Dftp.c479 clevel = PROT_S; in command()