Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dicmp_var.h107 #define BANDLIM_RST_CLOSEDPORT 3 /* No connection, and no listeners */ macro
H A Dtcp_input.c919 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1010 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1015 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1402 (rstreason == BANDLIM_RST_CLOSEDPORT && in tcp_input_with_port()
H A Dip_icmp.c1104 [BANDLIM_RST_CLOSEDPORT] = "closed port RST",