Searched refs:op_code (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_dhcpv6_client.c | 48 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/ |
| D | nxd_dhcpv6_client.h | 760 …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…
|
| D | nxd_dhcpv6_client.c | 1103 …(*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/ |
| D | netx_websocket_mask_test.c | 321 UINT op_code; in thread_server_entry() local
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.c | 708 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()
|