Home | Sort by: relevance | last modified time | path |
/src/usr.sbin/ldpd/ | |
socketops.h | 62 int keepalive; member in struct:hello_info |
/src/libexec/rshd/ | |
rshd.c | 135 static int keepalive = 1; variable in typeref:typename:int 177 keepalive = 0; 233 if (keepalive && |
/src/libexec/telnetd/ | |
telnetd.c | 112 int keepalive = 1; variable in typeref:typename:int 285 keepalive = 0; 416 if (keepalive && |
/src/libexec/rlogind/ | |
rlogind.c | 124 static int keepalive = 1; variable in typeref:typename:int 168 keepalive = 0; 216 if (keepalive && |
/src/libexec/ftpd/ | |
ftpd.c | 286 int ch, on = 1, tos, keepalive; local in function:main 720 keepalive = 1; 721 if (setsockopt(0, SOL_SOCKET, SO_KEEPALIVE, (char *)&keepalive, 2003 int retry, tos, keepalive, conerrno; local in function:dataconn 2041 keepalive = 1; 2043 (char *)&keepalive, sizeof(int)); |
/src/sys/dev/pci/ | |
if_iwnreg.h | 772 uint8_t keepalive; member in struct:iwn_pmgt_cmd |