Searched refs:tcp_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/tcpsso/
H A Dtcpsso.c168 #define tcp_entry(name) { IPPROTO_TCP, name, #name } macro
185 tcp_entry(TCP_NODELAY), /* int */
186 tcp_entry(TCP_NOOPT), /* int */
187 tcp_entry(TCP_NOPUSH), /* int */
188 tcp_entry(TCP_REMOTE_UDP_ENCAPS_PORT), /* int */
189 tcp_entry(TCP_MAXSEG), /* int */
190 tcp_entry(TCP_TXTLS_MODE), /* unsigned int */
191 tcp_entry(TCP_MAXUNACKTIME), /* unsigned int */
192 tcp_entry(TCP_KEEPIDLE), /* unsigned int */
193 tcp_entry(TCP_KEEPINTV
[all...]

Completed in 122 milliseconds