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.c927 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1018 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1023 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port()
1401 (rstreason == BANDLIM_RST_CLOSEDPORT && in tcp_input_with_port()
H A Dip_icmp.c1100 [BANDLIM_RST_CLOSEDPORT] = "closed port RST",