Home
last modified time | relevance | path

Searched refs:TCP_INFO (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Dtcp.d61 TCP_INFO = 11, /// Information about this connection. enumerator
/netbsd-src/sys/netinet/
H A Dtcp.h137 #define TCP_INFO 9 /* retrieve tcp_info structure */ macro
H A Dtcp_usrreq.c399 case TCP_INFO: in tcp_ctloutput()
/netbsd-src/usr.bin/kdump/
H A Dkdump.c673 CASERETURN(TCP_INFO); in tcpoptname()