/src/usr.sbin/ldpd/ |
socketops.h | 62 int keepalive; member in struct:hello_info
|
fsm.c | 121 hi->keepalive = ntohs(ht->ch.holdtime); 124 hi->keepalive = LDP_HELLO_KEEP; 126 hi->keepalive = LDP_THELLO_KEEP;
|
socketops.c | 760 warnp("Keepalive expired for %s\n", 770 debugp("Sending KeepAlive to %s\n", 778 if (hi->keepalive != 0xFFFF) 779 hi->keepalive--; 780 if (hi->keepalive < 1)
|
ldp_command.c | 550 hi->keepalive,
|
/src/libexec/rlogind/ |
rlogind.c | 124 static int keepalive = 1; variable in typeref:typename:int 168 keepalive = 0; 216 if (keepalive &&
|
/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/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
|