Searched refs:drop_reason (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | udp6_output.c | 185 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp6_output() local 196 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_output() 256 drop_reason = DROP_REASON_IP6_BAD_OPTION; in udp6_output() 289 drop_reason = DROP_REASON_IP_DST_ADDR_NO_AVAIL; in udp6_output() 297 drop_reason = DROP_REASON_IP_EISCONN; in udp6_output() 322 drop_reason = DROP_REASON_IP6_ONLY; in udp6_output() 334 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in udp6_output() 357 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in udp6_output() 381 drop_reason = DROP_REASON_IP6_ADDR_UNSPECIFIED; in udp6_output() 445 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_output() [all …]
|
| H A D | frag6.c | 297 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in frag6_input() local 480 drop_reason = DROP_REASON_IP_FRAG_TOO_MANY; in frag6_input() 516 drop_reason = DROP_REASON_IP6_FRAG_OVERLAPPING; in frag6_input() 621 drop_reason = DROP_REASON_IP_FRAG_TOO_MANY; in frag6_input() 646 drop_reason = DROP_REASON_IP6_FRAG_MIXED_CE; in frag6_input() 655 drop_reason = DROP_REASON_IP6_FRAG_MIXED_CE; in frag6_input() 689 drop_reason = DROP_REASON_IP6_FRAG_OVERLAPPING; in frag6_input() 949 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in frag6_input()
|
| H A D | nd6_nbr.c | 613 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_ns_output() local 692 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in nd6_ns_output() 761 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in nd6_ns_output() 783 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in nd6_ns_output() 922 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in nd6_ns_output() 957 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in nd6_na_input() local 961 drop_reason = DROP_REASON_IP6_NO_ND6ALT_IF; in nd6_na_input() 973 drop_reason = DROP_REASON_IP6_BAD_HLIM; in nd6_na_input() 989 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in nd6_na_input() 996 drop_reason = DROP_REASON_IP_DST_ADDR_NO_AVAIL; in nd6_na_input() [all …]
|
| H A D | udp6_usrreq.c | 259 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp6_input() local 285 drop_reason = DROP_REASON_IP_BAD_LENGTH; in udp6_input() 292 drop_reason = DROP_REASON_IP_ILLEGAL_PORT; in udp6_input() 300 drop_reason = DROP_REASON_IP_BAD_CHECKSUM; in udp6_input() 500 drop_reason = DROP_REASON_IP_UNREACHABLE_PORT; in udp6_input() 607 drop_reason = DROP_REASON_IP_MULTICAST_NO_PORT; in udp6_input() 627 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in udp6_input() 647 drop_reason = DROP_REASON_IP_ENOBUFS; in udp6_input() 676 m_drop(m, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in udp6_input()
|
| H A D | ip6_output.c | 360 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in ip6_output_list() local 446 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip6_output_list() 611 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in ip6_output_list() 620 drop_reason = DROP_REASON_IP_NECP_POLICY_SOCKET_DIVERT; in ip6_output_list() 678 drop_reason = DROP_REASON_IP_NECP_POLICY_TUN_NO_REBIND_IF; in ip6_output_list() 930 drop_reason = DROP_REASON_IP_FILTER_DROP; in ip6_output_list() 1007 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in ip6_output_list() 1013 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in ip6_output_list() 1205 drop_reason = DROP_REASON_IP_NO_ROUTE; in ip6_output_list() 1209 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip6_output_list() [all …]
|
| H A D | raw_ip6.c | 391 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in rip6_output() local 431 drop_reason = DROP_REASON_IP_EISCONN; in rip6_output() 615 drop_reason = DROP_REASON_IP6_BAD_SCOPE; in rip6_output() 776 drop_reason = DROP_REASON_IP_NECP_POLICY_DROP; in rip6_output() 794 drop_reason = DROP_REASON_IP_ENOBUFS; in rip6_output() 906 m_drop(m, DROPTAP_FLAG_DIR_OUT | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL, 0); in rip6_output()
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | ip_output.c | 361 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in ip_output_list() local 429 drop_reason = DROP_REASON_IP_OUTBOUND_IPSEC_POLICY; in ip_output_list() 564 drop_reason = DROP_REASON_IP_ZERO_NET; in ip_output_list() 619 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip_output_list() 666 drop_reason = DROP_REASON_IP_DST_ADDR_NO_AVAIL; in ip_output_list() 733 drop_reason = DROP_REASON_IP_TO_RESTRICTED_IF; in ip_output_list() 749 drop_reason = DROP_REASON_IP_SRC_ADDR_NO_AVAIL; in ip_output_list() 858 drop_reason = DROP_REASON_IP_NO_ROUTE; in ip_output_list() 964 drop_reason = DROP_REASON_IP_IF_CANNOT_MULTICAST; in ip_output_list() 988 drop_reason = DROP_REASON_IP_SRC_ADDR_ANY; in ip_output_list() [all …]
|
| H A D | tcp_input.c | 2075 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in tcp_input() local 2111 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input() 2130 drop_reason = DROP_REASON_TCP_SRC_ADDR_UNSPECIFIED; in tcp_input() 2163 drop_reason = DROP_REASON_TCP_CHECKSUM_INCORRECT; in tcp_input() 2190 drop_reason = DROP_REASON_TCP_OFFSET_INCORRECT; in tcp_input() 2240 drop_reason = DROP_REASON_TCP_SYN_FIN; in tcp_input() 2401 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input() 2410 drop_reason = DROP_REASON_TCP_NO_SOCK; in tcp_input() 2424 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input() 2442 drop_reason = DROP_REASON_TCP_PCB_MISMATCH; in tcp_input() [all …]
|
| H A D | udp_usrreq.c | 309 drop_reason_t drop_reason = DROP_REASON_UNSPECIFIED; in udp_input() local 363 drop_reason = DROP_REASON_UDP_DST_PORT_ZERO; in udp_input() 380 drop_reason = DROP_REASON_UDP_BAD_LENGTH; in udp_input() 396 drop_reason = DROP_REASON_UDP_BAD_CHECKSUM; in udp_input() 599 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input() 714 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input() 719 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input() 724 drop_reason = DROP_REASON_UDP_PORT_UNREACHEABLE; in udp_input() 739 drop_reason = DROP_REASON_UDP_SOCKET_CLOSING; in udp_input() 747 drop_reason = DROP_REASON_UDP_NECP; in udp_input() [all …]
|
| H A D | ip_input.c | 2653 frag_freef(struct ipqhead *fhp, struct ipq *fp, drop_reason_t drop_reason) in frag_freef() argument 2659 if (drop_reason == DROP_REASON_UNSPECIFIED) { in frag_freef() 2662 …m_drop_list(fp->ipq_frags, NULL, DROPTAP_FLAG_DIR_IN | DROPTAP_FLAG_L2_MISSING, drop_reason, NULL,… in frag_freef()
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | droptap.h | 282 typedef enum drop_reason : uint32_t { enum
|