Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_main.h152 int ndpi_handle_ipv6_extension_headers(struct ndpi_detection_module_struct *ndpi_str,
/dports/net/ndpi/nDPI-92a1be2/example/
H A Dreader_util.c998 if(ndpi_handle_ipv6_extension_headers(NULL, &l4ptr, &ip_len, &l4proto) != 0) { in get_ndpi_flow_info6()
1913 if(ndpi_handle_ipv6_extension_headers(NULL, &l4ptr, &ip_len, &proto) != 0) { in ndpi_workflow_process_packet()
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c4105 int ndpi_handle_ipv6_extension_headers(struct ndpi_detection_module_struct *ndpi_str, const u_int8_… in ndpi_handle_ipv6_extension_headers() function
4233 if(ndpi_handle_ipv6_extension_headers(ndpi_str, &l4ptr, &l4len, &l4protocol) != 0) { in ndpi_detection_get_l4_internal()