/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_msg.c | 256 static err_t snmp_process_get_request(struct snmp_request *request); 257 static err_t snmp_process_getnext_request(struct snmp_request *request); 258 static err_t snmp_process_getbulk_request(struct snmp_request *request); 259 static err_t snmp_process_set_request(struct snmp_request *request); 261 static err_t snmp_parse_inbound_frame(struct snmp_request *request); 262 static err_t snmp_prepare_outbound_frame(struct snmp_request *request); 263 static err_t snmp_complete_outbound_frame(struct snmp_request *request); 264 static void snmp_execute_write_callbacks(struct snmp_request *request); 275 struct snmp_request request; in snmp_receive() local 277 memset(&request, 0, sizeof(request)); in snmp_receive() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_msg.c | 163 static err_t snmp_process_get_request(struct snmp_request *request); 164 static err_t snmp_process_getnext_request(struct snmp_request *request); 165 static err_t snmp_process_getbulk_request(struct snmp_request *request); 166 static err_t snmp_process_set_request(struct snmp_request *request); 168 static err_t snmp_parse_inbound_frame(struct snmp_request *request); 169 static err_t snmp_prepare_outbound_frame(struct snmp_request *request); 170 static err_t snmp_complete_outbound_frame(struct snmp_request *request); 171 static void snmp_execute_write_callbacks(struct snmp_request *request); 182 struct snmp_request request; in snmp_receive() local 184 memset(&request, 0, sizeof(request)); in snmp_receive() [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/ |
H A D | mstorage.c | 201 data->ep_in->request.buffer = (rt_uint8_t*)&data->csw_response; in _send_status() 202 data->ep_in->request.size = SIZEOF_CSW; in _send_status() 203 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _send_status() 204 rt_usbd_io_request(func->device, data->ep_in, &data->ep_in->request); in _send_status() 239 * This function will handle inquiry command request. 269 data->ep_in->request.buffer = buf; in _inquiry_cmd() 270 data->ep_in->request.size = data->cb_data_size; in _inquiry_cmd() 271 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _inquiry_cmd() 272 rt_usbd_io_request(func->device, data->ep_in, &data->ep_in->request); in _inquiry_cmd() 279 * This function will handle sense request. [all …]
|
H A D | ecm.c | 212 eps->ep_cmd->request.buffer = (void *)&_notifi; in _cdc_send_notifi() 213 eps->ep_cmd->request.size = 8; in _cdc_send_notifi() 214 eps->ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _cdc_send_notifi() 215 rt_usbd_io_request(func->device, eps->ep_cmd, &eps->ep_cmd->request); in _cdc_send_notifi() 231 * This function will handle rndis interface request. 234 * @param setup the setup request. 256 * This function will handle rndis bulk in endpoint request. 259 * @param size request size. 272 * This function will handle RNDIS bulk out endpoint request. 275 * @param size request size. [all …]
|
H A D | cdc_vcom.c | 266 * This function will handle cdc bulk in endpoint request. 269 * @param size request size. 281 request_size = data->ep_in->request.size; in _ep_in_handler() 292 data->ep_in->request.buffer = RT_NULL; in _ep_in_handler() 293 data->ep_in->request.size = 0; in _ep_in_handler() 294 data->ep_in->request.req_type = UIO_REQUEST_WRITE; in _ep_in_handler() 295 rt_usbd_io_request(func->device, data->ep_in, &data->ep_in->request); in _ep_in_handler() 306 * This function will handle cdc bulk out endpoint request. 309 * @param size request size. 337 data->ep_out->request.buffer = data->ep_out->buffer; in _ep_out_handler() [all …]
|
H A D | rndis.c | 300 device->eps.ep_cmd->request.buffer = device->eps.ep_cmd->buffer; in _rndis_response_available() 301 device->eps.ep_cmd->request.size = 8; in _rndis_response_available() 302 device->eps.ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _rndis_response_available() 303 rt_usbd_io_request(func->device, device->eps.ep_cmd, &device->eps.ep_cmd->request); in _rndis_response_available() 748 …((rt_rndis_eth_t)func->user_data)->eps.ep_cmd->request.buffer = ((rt_rndis_eth_t)func->user_data)-… in _rndis_get_encapsulated_response() 749 ((rt_rndis_eth_t)func->user_data)->eps.ep_cmd->request.size = 8; in _rndis_get_encapsulated_response() 750 ((rt_rndis_eth_t)func->user_data)->eps.ep_cmd->request.req_type = UIO_REQUEST_WRITE; in _rndis_get_encapsulated_response() 751 …rndis_eth_t)func->user_data)->eps.ep_cmd, &((rt_rndis_eth_t)func->user_data)->eps.ep_cmd->request); in _rndis_get_encapsulated_response() 811 * This function will handle rndis interface request. 814 * @param setup the setup request. [all …]
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_wdt.h | 90 * @brief WDT reload request registers. 94 NRF_WDT_RR0 = 0, /**< Reload request register 0. */ 95 NRF_WDT_RR1, /**< Reload request register 1. */ 96 NRF_WDT_RR2, /**< Reload request register 2. */ 97 NRF_WDT_RR3, /**< Reload request register 3. */ 98 NRF_WDT_RR4, /**< Reload request register 4. */ 99 NRF_WDT_RR5, /**< Reload request register 5. */ 100 NRF_WDT_RR6, /**< Reload request register 6. */ 101 NRF_WDT_RR7 /**< Reload request register 7. */ 231 * @brief Function for retrieving the watchdog reload request status. [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/core/ |
H A D | core.c | 198 …GetDescriptor() request for a device_qualifier, it must respond with a request error. The host mus… in _get_descriptor() 199 … a request for an other_speed_configuration descriptor unless it first successfully retrieves the in _get_descriptor() 214 rt_kprintf("unsupported descriptor request\n"); in _get_descriptor() 221 rt_kprintf("request direction error\n"); in _get_descriptor() 524 rt_kprintf("unknown device request\n"); in _standard_request() 541 rt_kprintf("unknown interface request\n"); in _standard_request() 578 RT_DEBUG_LOG(RT_DEBUG_USB, ("fired a request\n")); in _standard_request() 601 rt_kprintf("unknown endpoint request\n"); in _standard_request() 607 rt_kprintf("unknown other type request\n"); in _standard_request() 611 rt_kprintf("unknown type request\n"); in _standard_request() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | http_client.c | 44 * - check request uri for invalid characters? (e.g. encode spaces) 69 /** Set this to 1 to keep server name and uri in request state */ 91 /* GET request basic */ 99 /* GET request with host */ 108 /* GET request with proxy */ 117 /* GET request with proxy (non-default server port) */ 138 struct pbuf *request; member 160 if (req->request != NULL) { in httpc_free_state() 161 pbuf_free(req->request); in httpc_free_state() 162 req->request = NULL; in httpc_free_state() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 75 * HTTP request above this number will be discarded. 79 * later in the request). Attempts to use the POST method will result in the 80 * request being ignored. 180 /** Called when a POST request has been received. The application can decide 185 * @param uri The HTTP header URI receiving the POST request. 186 * @param http_request The raw HTTP request (the first packet, normally). 190 * request 195 * @return ERR_OK: Accept the POST request, data may be passed in 196 * another err_t: Deny the POST request, send back 'bad request'. 214 * to this POST request. If the response_uri buffer is untouched, a 404 [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd.h | 76 * the incoming HTTP request above this number will be discarded. 80 * later in the request). Attempts to use the POST method will result in the 81 * request being ignored. 191 * Called when a POST request has been received. The application can decide 196 * @param uri The HTTP header URI receiving the POST request. 197 * @param http_request The raw HTTP request (the first packet, normally). 201 * request 206 * @return ERR_OK: Accept the POST request, data may be passed in 207 * another err_t: Deny the POST request, send back 'bad request'. 229 * to this POST request. If the response_uri buffer is untouched, a 404 [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | etharp.c | 65 /** Re-request a used ARP entry 1 minute before it would expire to prevent 70 /** the time an ARP entry stays pending after first request, 75 * run out instantly if the timeout occurs directly after a request. 222 /* Don't send more than one request every 2 seconds. */ in etharp_tmr() 226 re-send an ARP request. */ in etharp_tmr() 697 /* ARP request? */ 699 /* ARP request. If it asked for our address, we send out a 703 LWIP_DEBUGF (ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: incoming ARP request\n")); 704 /* ARP request for our address? */ 715 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: we are unconfigured, ARP request ignore… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | etharp.c | 64 /** Re-request a used ARP entry 1 minute before it would expire to prevent 69 /** the time an ARP entry stays pending after first request, 74 * run out instantly if the timeout occurs directly after a request. 220 /* Don't send more than one request every 2 seconds. */ in etharp_tmr() 224 re-send an ARP request. */ in etharp_tmr() 699 /* ARP request? */ 701 /* ARP request. If it asked for our address, we send out a 705 LWIP_DEBUGF (ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: incoming ARP request\n")); 706 /* ARP request for our address? */ 717 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_input: we are unconfigured, ARP request ignore… [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | hid.c | 21 * This function will do USB_REQ_SET_IDLE request to set idle period to the usb hid device 43 setup.request = USB_REQ_SET_IDLE; in rt_usbh_hid_set_idle() 54 * This function will do USB_REQ_GET_REPORT request to get report from the usb hid device 77 setup.request = USB_REQ_GET_REPORT; in rt_usbh_hid_get_report() 88 * This function will do USB_REQ_SET_REPORT request to set report to the usb hid device 110 setup.request = USB_REQ_SET_REPORT; in rt_usbh_hid_set_report() 121 * This function will do USB_REQ_SET_PROTOCOL request to set protocal to the usb hid device. 142 setup.request = USB_REQ_SET_PROTOCOL; in rt_usbh_hid_set_protocal() 153 * This function will do USB_REQ_GET_DESCRIPTOR request for the device instance 177 setup.request = USB_REQ_GET_DESCRIPTOR; in rt_usbh_hid_get_report_descriptor()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/ |
H A D | sntp.c | 237 * Initialize request struct to be sent to server. 260 * Retry: send a new request (and increase retry timeout). 269 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_retry: Next request will be sent in %"U32_F" ms\n", in sntp_retry() 315 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_try_next_server: Sending request to server %"U16_F"\n", in sntp_try_next_server() 319 /* instantly send a request to the next server */ in sntp_try_next_server() 408 /* Set up timeout for next request (only if poll response was received)*/ in sntp_recv() 414 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv() 431 /** Actually send an sntp request to a server. 442 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_send_request: Sending request to server\n")); in sntp_send_request() 443 /* initialize request message */ in sntp_send_request() [all …]
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/ |
H A D | mbfuncholding_m.c | 90 * This function will request write holding register. 148 /* Can't be a valid request because the length is incorrect. */ in eMBMasterFuncWriteHoldingRegister() 158 * This function will request write multiple holding register. 212 /* If this request is broadcast, the *usLen is not need check. */ in eMBMasterFuncWriteMultipleHoldingRegister() 245 /* Can't be a valid request because the length is incorrect. */ in eMBMasterFuncWriteMultipleHoldingRegister() 255 * This function will request read holding register. 298 /* If this request is broadcast, and it's read mode. This request don't need execute. */ in eMBMasterFuncReadHoldingRegister() 333 /* Can't be a valid request because the length is incorrect. */ in eMBMasterFuncReadHoldingRegister() 344 * This function will request read and write holding register. 406 /* If this request is broadcast, and it's read mode. This request don't need execute. */ in eMBMasterFuncReadWriteMultipleHoldingRegister()
|
H A D | mbfunccoils_m.c | 78 * This function will request read coil. 123 /* If this request is broadcast, and it's read mode. This request don't need execute. */ in eMBMasterFuncReadCoils() 171 /* Can't be a valid read coil register request because the length in eMBMasterFuncReadCoils() 182 * This function will request write one coil. 262 /* Can't be a valid write coil register request because the length in eMBMasterFuncWriteCoil() 274 * This function will request write multiple coils. 340 /* If this request is broadcast, the *usLen is not need check. */ in eMBMasterFuncWriteMultipleCoils() 353 /* Compute the number of expected bytes in the request. */ in eMBMasterFuncWriteMultipleCoils() 382 /* Can't be a valid write coil register request because the length in eMBMasterFuncWriteMultipleCoils()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | fsm.c | 101 /* Send an initial configure-request */ in fsm_lowerup() 172 /* Send an initial configure-request */ in fsm_open() 198 * send a terminate-request message as configured. 208 /* Init restart counter and send Terminate-Request */ in terminate_layer() 216 * We've already fired off one Terminate-Request just to be nice in terminate_layer() 281 /* Send Terminate-Request */ in fsm_timeout() 299 /* Retransmit the configure-request */ in fsm_timeout() 302 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout() 390 * fsm_rconfreq - Receive Configure-Request. 408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | fsm.c | 101 /* Send an initial configure-request */ in fsm_lowerup() 172 /* Send an initial configure-request */ in fsm_open() 198 * send a terminate-request message as configured. 208 /* Init restart counter and send Terminate-Request */ in terminate_layer() 216 * We've already fired off one Terminate-Request just to be nice in terminate_layer() 281 /* Send Terminate-Request */ in fsm_timeout() 299 /* Retransmit the configure-request */ in fsm_timeout() 302 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout() 390 * fsm_rconfreq - Receive Configure-Request. 408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | fsm.c | 136 /* Send an initial configure-request */ in fsm_lowerup() 228 /* Send an initial configure-request */ in fsm_open() 255 * send a terminate-request message as configured. 299 /* Init restart counter, send Terminate-Request */ in fsm_close() 327 FSMDEBUG(LOG_WARNING, ("%s: timeout sending Terminate-Request state=%d (%s)\n", in fsm_timeout() 339 /* Send Terminate-Request */ in fsm_timeout() 358 FSMDEBUG(LOG_WARNING, ("%s: timeout resending Config-Request state=%d (%s)\n", in fsm_timeout() 360 /* Retransmit the configure-request */ in fsm_timeout() 364 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout() 459 * fsm_rconfreq - Receive Configure-Request. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 286 Enables processing of incoming Find Information Request ATT 291 Enables processing of incoming Find By Type Value Request ATT 296 Enables processing of incoming Read By Type Request ATT commands. 301 Enables processing of incoming Read Request ATT commands. (0/1) 305 Enables processing of incoming Read Blob Request ATT commands. 310 Enables processing of incoming Read Multiple Request ATT commands. 315 Enables processing of incoming Read by Group Type Request ATT 320 Enables processing of incoming Write Request ATT commands. (0/1) 333 Enables processing of incoming Prepare Write Request and Execute 334 Write Request ATT commands. (0/1)
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/ |
H A D | webclient.h | 151 * When the HTTP request has been completed and the HTTP connection is 191 * The filename of an HTTP request may be changed by the web server, 192 * and may therefore not be the same as when the original GET request 203 * The hostname of the web server of an HTTP request may be changed 205 * original GET request was made with webclient_get(). This function 215 * The port number of an HTTP request may be changed by the web 217 * request was made with webclient_get(). This function is used for
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | fsm.h | 62 #define CONFREQ 1 /* Configuration Request */ 66 #define TERMREQ 5 /* Termination Request */ 84 u8_t reqid; /* Current request id */ 107 int (*reqci) /* Request peer's Configuration Information */ 136 #define PPP_FSM_REQSENT 6 /* We've sent a Config Request */ 155 #define DEFMAXTERMREQS 2 /* Maximum Terminate-Request transmissions */ 156 #define DEFMAXCONFREQS 10 /* Maximum Configure-Request transmissions */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | fsm.h | 66 #define CONFREQ 1 /* Configuration Request */ 70 #define TERMREQ 5 /* Termination Request */ 88 u8_t reqid; /* Current request id */ 111 int (*reqci) /* Request peer's Configuration Information */ 140 #define PPP_FSM_REQSENT 6 /* We've sent a Config Request */ 159 #define DEFMAXTERMREQS 2 /* Maximum Terminate-Request transmissions */ 160 #define DEFMAXCONFREQS 10 /* Maximum Configure-Request transmissions */
|
/nrf52832-nimble/rt-thread/components/drivers/pm/ |
H A D | pm.c | 233 /* request higter mode with a smaller mode value*/ in rt_pm_request() 266 /* do nothing when request higher sleep mode, in rt_pm_request() 396 unsigned char request; in _rt_pm_device_write() local 400 /* get request */ in _rt_pm_device_write() 401 request = *(unsigned char *)buffer; in _rt_pm_device_write() 402 if (request == '1') in _rt_pm_device_write() 406 else if (request == '0') in _rt_pm_device_write() 485 /* request in default running mode */ in rt_system_pm_init() 489 /* request in default sleep mode */ in rt_system_pm_init() 522 MSH_CMD_EXPORT_ALIAS(rt_pm_request_mode, pm_request, request power management mode);
|