Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c48 VOID dhcpv6_server_error_handler(NX_DHCPV6 *dhcpv6_ptr, UINT op_code, UINT status_code, UINT messag…
692 VOID dhcpv6_server_error_handler(NX_DHCPV6 *dhcpv6_ptr, UINT op_code, UINT status_code, UINT messag… in dhcpv6_server_error_handler() argument
696 NX_PARAMETER_NOT_USED(op_code); in dhcpv6_server_error_handler()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.h760 …VOID (*nx_dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT sta…
896 …(*dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code…
943 …(*dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code…
946 …(*dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code…
Dnxd_dhcpv6_client.c1103 …(*dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code… in _nxe_dhcpv6_client_create() argument
1195 …(*dhcpv6_server_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code… in _nx_dhcpv6_client_create() argument
/NetX-Duo-v6.2.1/test/regression/websocket_test/
Dnetx_websocket_mask_test.c321 UINT op_code; in thread_server_entry() local
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c708 UINT op_code = 0; in _nxd_mqtt_packet_receive() local
714 …cket_client_receive(&(client_ptr -> nxd_mqtt_client_websocket), packet_ptr, &op_code, wait_option); in _nxd_mqtt_packet_receive()
715 if ((status == NX_SUCCESS) && (op_code != NX_WEBSOCKET_OPCODE_BINARY_FRAME)) in _nxd_mqtt_packet_receive()