/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 37 host simulates incoming acks. Only recommended for test code 97 Whether to collapse incoming L2CAP fragments into a minimal set of 104 Expiry time for incoming data packets (ms). If this much time 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 [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_in.c | 3 * Transmission Control Protocol, incoming traffic 123 /* Don't even process incoming broadcasts/multicasts. */ in tcp_input() 165 /* Demultiplex an incoming segment. First, we check if it is destined in tcp_input() 214 are LISTENing for incoming connections. */ in tcp_input() 272 /* The incoming segment belongs to a connection. */ in tcp_input() 358 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: keep incoming packet, because pcb is \"full\"\n")); in tcp_input() 446 /* An incoming RST should be ignored. Return. */ in tcp_listen_input() 450 /* In the LISTEN state, we check for incoming SYN segments, in tcp_listen_input() 453 /* For incoming segments with the ACK flag set, respond with a in tcp_listen_input() 541 /* If an incoming segment is not acceptable, an acknowledgment in tcp_timewait_input() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_in.c | 3 * Transmission Control Protocol, incoming traffic 134 /* Don't even process incoming broadcasts/multicasts. */ 219 /* Demultiplex an incoming segment. First, we check if it is destined 268 are LISTENing for incoming connections. */ 334 /* The incoming segment belongs to a connection. */ 461 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: keep incoming packet, because pcb is \"full\"\n")); 552 /* An incoming RST should be ignored. Return. */ 556 /* In the LISTEN state, we check for incoming SYN segments, 559 /* For incoming segments with the ACK flag set, respond with a 656 /* If an incoming segment is not acceptable, an acknowledgment [all …]
|
/nrf52832-nimble/rt-thread/libcpu/blackfin/bf53x/ |
H A D | cpuport.c | 34 …stk -= 3; /* 3 words assigned for incoming args (R0, R1, R2) … in rt_hw_stack_init() 37 …*--stk = (unsigned long)parameter; /* R0 value - caller's incoming argument #1 … in rt_hw_stack_init() 44 …*--stk = (unsigned long)parameter; /* R1 value - caller's incoming argument #2 … in rt_hw_stack_init() 46 …*--stk = (unsigned long)parameter; /* R2 value - caller's incoming argument #3 … in rt_hw_stack_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | mqtt.h | 115 * Function prototype for MQTT incoming publish data callback function. Called when data 130 * Function prototype for MQTT incoming publish function. Called when an incoming publish 185 /** Packet identifier of pending incoming publish */ 197 /** Incoming data callback */ 221 /** Set callback to call for incoming publish */
|
H A D | mqtt_opts.h | 60 * Number of bytes in receive buffer, must be at least the size of the longest incoming topic + 8 61 …* If one wants to avoid fragmented incoming publish, set length to max incoming topic length + max…
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | uip-doc.txt | 126 or the application for which the incoming packet was intended may have 192 next incoming packet, the application will either have to act 200 handled by the processor, such as RS-232 ports, can copy incoming 202 buffers are full, the incoming packet is dropped. This will cause 208 In uIP, the same global packet buffer that is used for incoming 267 application is able to act on incoming data and connection requests as 331 application will therefor have to either act directly on the incoming 332 data, or by itself copy the incoming data into a buffer for later 476 listens for incoming connections on port 1234. When a connection has 516 listens to a port for incoming connections and responds to data sent [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_in.c | 3 * Transmission Control Protocol, incoming traffic 152 /* Don't even process incoming broadcasts/multicasts. */ 246 /* Demultiplex an incoming segment. First, we check if it is destined 316 are LISTENing for incoming connections. */ 402 /* The incoming segment belongs to a connection. */ 519 … LWIP_DEBUGF(TCP_INPUT_DEBUG, ("tcp_input: keep incoming packet, because pcb is \"full\"\n")); 637 /* An incoming RST should be ignored. Return. */ 643 /* In the LISTEN state, we check for incoming SYN segments, 646 /* For incoming segments with the ACK flag set, respond with a 754 /* If an incoming segment is not acceptable, an acknowledgment [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gattc.c | 215 * Error functions - these handle an incoming ATT error response and apply it 331 * Receive functions - these handle specific incoming responses and apply them 1051 * op code of the incoming response. 1260 * Handles an incoming ATT error response for the specified mtu-exchange proc. 1410 * Handles an incoming ATT error response for the specified 1428 * Handles an incoming attribute data entry from a read-group-type response for 1480 * Handles a notification that an incoming read-group-type response has been 1638 * Handles an incoming ATT error response for the specified 1656 * Handles an incoming "handles info" entry from a find-type-value response for 1859 * Handles an incoming ATT error response for the specified [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mqtt_opts.h | 60 * Number of bytes in receive buffer, must be at least the size of the longest incoming topic + 8 61 …* If one wants to avoid fragmented incoming publish, set length to max incoming topic length + max…
|
H A D | mqtt.h | 139 * Function prototype for MQTT incoming publish data callback function. Called when data 154 * Function prototype for MQTT incoming publish function. Called when an incoming publish
|
H A D | mqtt_priv.h | 78 /** Packet identifier of pending incoming publish */ 90 /** Incoming data callback */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mqtt_client.txt | 61 /* Setup callback for incoming publish requests */ 87 3. Implementing callbacks for incoming publish and data 97 printf("Incoming publish at topic %s with total length %u\n", topic, (unsigned int)tot_len); 113 printf("Incoming publish payload with length %d, flags %u\n", len, (unsigned int)flags);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mqtt_client.txt | 61 /* Setup callback for incoming publish requests */ 87 3. Implementing callbacks for incoming publish and data 97 printf("Incoming publish at topic %s with total length %u\n", topic, (unsigned int)tot_len); 113 printf("Incoming publish payload with length %d, flags %u\n", len, (unsigned int)flags);
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_ip.c | 201 /* list of allowed value ranges for incoming OID */ 256 /* check if incoming OID length and if values are in plausible range */ in ip_AddrTable_get_cell_value() 261 /* get IP from incoming OID */ in ip_AddrTable_get_cell_value() 314 /* list of allowed value ranges for incoming OID */ 407 /* check if incoming OID length and if values are in plausible range */ in ip_RouteTable_get_cell_value() 412 /* get IP and port from incoming OID */ in ip_RouteTable_get_cell_value() 487 /* list of allowed value ranges for incoming OID */ 534 /* check if incoming OID length and if values are in plausible range */ in ip_NetToMediaTable_get_cell_value() 539 /* get IP from incoming OID */ in ip_NetToMediaTable_get_cell_value()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_ip.c | 201 /* list of allowed value ranges for incoming OID */ 256 /* check if incoming OID length and if values are in plausible range */ in ip_AddrTable_get_cell_value() 261 /* get IP from incoming OID */ in ip_AddrTable_get_cell_value() 308 /* list of allowed value ranges for incoming OID */ 401 /* check if incoming OID length and if values are in plausible range */ in ip_RouteTable_get_cell_value() 406 /* get IP and port from incoming OID */ in ip_RouteTable_get_cell_value() 475 /* list of allowed value ranges for incoming OID */ 522 /* check if incoming OID length and if values are in plausible range */ in ip_NetToMediaTable_get_cell_value() 527 /* get IP from incoming OID */ in ip_NetToMediaTable_get_cell_value()
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | main.html | 44 …rn at once. When it returns, the stack or the application for which the incoming packet was intend… 56 …incoming packet, the application will either have to act immediately on the data or copy the data … 57 In uIP, the same global packet buffer that is used for incoming packets is also used for the TCP/IP… 66 …ferent ports and connections. Because the application is able to act on incoming data and connecti… 74 …tion will therefor have to either act directly on the incoming data, or by itself copy the incomin… 114 This first example shows a very simple application. The application listens for incoming connection… 129 This application is similar to the first application in that it listens to a port for incoming conn… 226 …own buffers. The data in the uip_appdata buffer will be overwritten by the next incoming packet.<p> 271 The application is driven by incoming acknowledgments. When data has been acknowledged, new data ca… 375 …incoming packets are processed by uIP, the IP layer is the first protocol that examines the packet… [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | slipif.h | 48 * If enabled, slipif_received_byte[s]() process incoming bytes and put assembled 56 /** Set this to 1 (default for SLIP_RX_FROM_ISR) to queue incoming packets
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ |
H A D | slipif.h | 54 * If enabled, slipif_received_byte[s]() process incoming bytes and put assembled 62 /** Set this to 1 (default for SLIP_RX_FROM_ISR) to queue incoming packets
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | slipif.h | 54 * If enabled, slipif_received_byte[s]() process incoming bytes and put assembled 62 /** Set this to 1 (default for SLIP_RX_FROM_ISR) to queue incoming packets
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppol2tp.h | 84 #define PPPOL2TP_MESSAGETYPE_ICRQ 10 /* Incoming Call Request */ 85 #define PPPOL2TP_MESSAGETYPE_ICRP 11 /* Incoming Call Reply */ 86 #define PPPOL2TP_MESSAGETYPE_ICCN 12 /* Incoming Call Connected */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppol2tp.h | 88 #define PPPOL2TP_MESSAGETYPE_ICRQ 10 /* Incoming Call Request */ 89 #define PPPOL2TP_MESSAGETYPE_ICRP 11 /* Incoming Call Reply */ 90 #define PPPOL2TP_MESSAGETYPE_ICCN 12 /* Incoming Call Connected */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | opt.h | 346 * for incoming packets. 448 * ETHARP_TRUST_IP_MAC==1: Incoming IP packets cause the ARP table to be 521 * IP_REASSEMBLY==1: Reassemble incoming fragmented IP packets. Note that 531 * that this option does not affect incoming packet sizes, which can be 604 * ATTENTION: When this is 1, make sure your netif driver correctly marks incoming 1347 * DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a 1356 * DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a 1365 * DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a 1374 * DEFAULT_ACCEPTMBOX_SIZE: The mailbox size for the incoming connections. 1493 * SO_REUSE_RXTOALL==1: Pass a copy of incoming broadcast/multicast packets [all …]
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip_arp.c | 171 /* Check if the source IP address of the incoming packet matches in uip_arp_update() 221 * ARP processing for incoming IP packets 240 incoming IP packet comes from a host on the local network. */ 256 * ARP processing for incoming ARP packets. 262 * the values from the ARP reply. If the incoming ARP packet is an ARP
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 103 incoming connections or be explicitly connected to another host. 122 Commands a pcb to start listening for incoming connections. When an 123 incoming connection is accepted, the function specified with the 146 Inform lwIP that an incoming connection has been accepted. This would 148 housekeeping tasks, such as allowing further incoming connections to be
|