Searched refs:nx_udp_socket_vlan_priority (Results 1 – 4 of 4) sorted by relevance
69 socket_ptr -> nx_udp_socket_vlan_priority = (UCHAR)(vlan_priority & 0xFF); in _nx_udp_socket_vlan_priority_set()
133 socket_ptr -> nx_udp_socket_vlan_priority = NX_VLAN_PRIORITY_INVALID; in _nx_udp_socket_create()
611 if (socket_ptr -> nx_udp_socket_vlan_priority != NX_VLAN_PRIORITY_INVALID) in _nxd_udp_socket_send()613 packet_ptr -> nx_packet_vlan_priority = socket_ptr -> nx_udp_socket_vlan_priority; in _nxd_udp_socket_send()
1833 UCHAR nx_udp_socket_vlan_priority; member