Lines Matching refs:protocol
106 UINT _nx_ip_dispatch_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT protocol) in _nx_ip_dispatch_process() argument
152 switch (protocol) in _nx_ip_dispatch_process()
421 if (_nx_ipsec_sa_ingress_lookup(ip_ptr, &src_addr, &dest_addr, 0, (UCHAR)protocol, in _nx_ip_dispatch_process()
426 if (protocol == NX_PROTOCOL_ICMPV6) in _nx_ip_dispatch_process()
449 (UCHAR)protocol, in _nx_ip_dispatch_process()
463 … if ((ip_ptr -> nx_ip_raw_ip_processing)(ip_ptr, protocol << 16, packet_ptr) == NX_SUCCESS) in _nx_ip_dispatch_process()
471 if (protocol == NX_PROTOCOL_TCP) in _nx_ip_dispatch_process()
500 (protocol == NX_PROTOCOL_ICMPV6)) in _nx_ip_dispatch_process()
521 (protocol == NX_PROTOCOL_ICMP)) in _nx_ip_dispatch_process()
538 (protocol == NX_PROTOCOL_IGMP)) in _nx_ip_dispatch_process()
553 else if (protocol == NX_PROTOCOL_UDP) in _nx_ip_dispatch_process()
588 … if ((ip_ptr -> nx_ip_raw_ip_processing)(ip_ptr, protocol << 16, packet_ptr) == NX_SUCCESS) in _nx_ip_dispatch_process()
641 if (protocol == NX_PROTOCOL_NEXT_HEADER_ENCAP_SECURITY || in _nx_ip_dispatch_process()
642 protocol == NX_PROTOCOL_NEXT_HEADER_AUTHENTICATION) in _nx_ip_dispatch_process()
646 protocol = next_protocol; in _nx_ip_dispatch_process()
660 if (protocol == NX_PROTOCOL_NEXT_HEADER_FRAGMENT) in _nx_ip_dispatch_process()
675 protocol = option -> nx_ipv6_header_option_next_header; in _nx_ip_dispatch_process()