Home
last modified time | relevance | path

Searched refs:TCPCTL_DROP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/tcpdrop/
Dtcpdrop.c56 int mib[] = { CTL_NET, PF_INET, IPPROTO_TCP, TCPCTL_DROP }; in main()
/openbsd/src/sys/netinet/
Dtcp_var.h478 #define TCPCTL_DROP 19 /* drop tcp connection */ macro
Dtcp_usrreq.c1441 case TCPCTL_DROP: in tcp_sysctl()