Searched refs:TCP_KEEPINTVL (Results 1 – 8 of 8) sorted by relevance
120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive()
40 #define TCP_KEEPINTVL 5 macro
63 #define TCP_KEEPINTVL 5 macro
96 #define TCP_KEEPINTVL 5 /* Interval between keepalives */ macro
68 #define TCP_KEEPINTVL 5 macro
327 …if (setsockopt(clientFd, IPPROTO_TCP, TCP_KEEPINTVL, (VOID *)&keepInterval, sizeof(keepInterval)) … in TelnetClientPrepare()
3307 case TCP_KEEPINTVL: in do_tcp_setsockopt()3722 case TCP_KEEPINTVL: in do_tcp_getsockopt()
4896 case TCP_KEEPINTVL: in _bpf_setsockopt()