Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/puffs/mount_9p/ | |
ninepuffs.h | 107 int protover; member in struct:puffs9p |
ninepuffs.c | 150 int protover; local in function:main 167 protover = P9PROTO_VERSION; 203 protover = P9PROTO_VERSION_U; 255 p9p.protover = protover; |
/src/usr.sbin/puffs/mount_psshfs/ | |
psshfs.h | 165 int protover; member in struct:psshfs_ctx |
/src/sys/arch/usermode/usermode/ | |
thunk.c | 1164 const char *protover = "RFB 003.003\n"; local in function:thunk_rfb_handshake 1170 len = safe_send(rfb->clientfd, protover, strlen(protover)); |