Home | History | Annotate | Download | only in tcpdump

Lines Matching full:notify_name

1775 	const char *notify_name;
1786 notify_name=NULL;
1795 notify_name = "unsupported_critical_payload";
1800 notify_name = "invalid_ike_spi";
1805 notify_name = "invalid_major_version";
1810 notify_name = "invalid_syntax";
1815 notify_name = "invalid_message_id";
1820 notify_name = "invalid_spi";
1825 notify_name = "no_protocol_chosen";
1830 notify_name = "invalid_ke_payload";
1835 notify_name = "authentication_failed";
1840 notify_name = "single_pair_required";
1845 notify_name = "no_additional_sas";
1850 notify_name = "internal_address_failure";
1855 notify_name = "failed:cp_required";
1860 notify_name = "invalid_selectors";
1865 notify_name = "initial_contact";
1870 notify_name = "set_window_size";
1875 notify_name = "additional_ts_possible";
1880 notify_name = "ipcomp_supported";
1885 notify_name = "nat_detection_source_ip";
1890 notify_name = "nat_detection_destination_ip";
1895 notify_name = "cookie";
1902 notify_name = "use_transport_mode";
1907 notify_name = "http_cert_lookup_supported";
1912 notify_name = "rekey_sa";
1917 notify_name = "tfc_padding_not_supported";
1922 notify_name = "non_first_fragment_also";
1928 notify_name="error";
1930 notify_name="private-error";
1932 notify_name="status";
1934 notify_name="private-status";
1938 if(notify_name) {
1939 ND_PRINT((ndo," type=%u(%s)", type, notify_name));