/nrf52832-nimble/rt-thread/components/net/uip/doc/html/ |
H A D | index.hhk | 7 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00151.html"><param name="Name" value="… 9 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00151.html#g6832e4d2d046536b6472f7ac92… 10 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00151.html#gb6683dd83fe1c8de9a24086d4b… 11 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00151.html#g2addf34c7d457c1a7899a7e217… 12 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00151.html#g85b65e38aa74eba18979156f97… 14 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00157.html"><param name="Name" value="… 16 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00157.html#g78ab77b57cf2e00089f0a3a225… 17 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00157.html#ge5b7160f2e653725ba5e2024c3… 19 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00157.html#g78ab77b57cf2e00089f0a3a225… 20 …<LI><OBJECT type="text/sitemap"><param name="Local" value="a00157.html#ge5b7160f2e653725ba5e2024c3… [all …]
|
H A D | index.hhc | 7 <LI><OBJECT type="text/sitemap"><param name="Name" value="The uIP TCP/IP stack"><param name="Local"… 12 …p"><param name="Name" value="apps/hello-world/hello-world.c"><param name="Local" value="a00100.htm… 13 …p"><param name="Name" value="apps/hello-world/hello-world.h"><param name="Local" value="a00101.htm… 14 …ext/sitemap"><param name="Name" value="apps/resolv/resolv.c"><param name="Local" value="a00102.htm… 15 …ext/sitemap"><param name="Name" value="apps/resolv/resolv.h"><param name="Local" value="a00103.htm… 16 …<LI><OBJECT type="text/sitemap"><param name="Name" value="apps/smtp/smtp.c"><param name="Local" va… 17 …<LI><OBJECT type="text/sitemap"><param name="Name" value="apps/smtp/smtp.h"><param name="Local" va… 19 …ext/sitemap"><param name="Name" value="apps/telnetd/shell.h"><param name="Local" value="a00107.htm… 22 …temap"><param name="Name" value="apps/webclient/webclient.c"><param name="Local" value="a00110.htm… 23 …temap"><param name="Name" value="apps/webclient/webclient.h"><param name="Local" value="a00111.htm… [all …]
|
H A D | a00191.html | 62 <a name="l00042"></a>00042 <span class="comment"> * \defgroup lc Local continuations</span> 65 <a name="l00045"></a>00045 <span class="comment"> * Local continuations form the basis for implemen… 66 <a name="l00046"></a>00046 <span class="comment"> * local continuation can be <i>set</i>… 67 …00047 <span class="comment"> * capture the state of the function. After a local continuation has</… 69 <a name="l00049"></a>00049 <span class="comment"> * function at the point where the local continuat… 76 <a name="l00056"></a>00056 <span class="comment"> * Local continuations</span> 84 <a name="l00064"></a>00064 <span class="comment"> * Initialize a local continuation.</span> 86 <a name="l00066"></a>00066 <span class="comment"> * This operation initializes the local continuati… 94 <a name="l00074"></a>00074 <span class="comment"> * Set a local continuation.</span> 99 <a name="l00079"></a>00079 <span class="comment"> * call-stack or local (automatic) variables, but … [all …]
|
H A D | a00155.html | 3 <title>uIP 1.0: Local continuations</title> 16 <h1>Local continuations<br> 20 Local continuations form the basis for implementing protothreads. 22 …local continuation can be <em>set</em> in a specific function to capture the state of the function… 29 <tr><td class="mdescLeft"> </td><td class="mdescRight">Local continuations. <br></td></tr> 34 <tr><td class="mdescLeft"> </td><td class="mdescRight">Implementation of local continuations b… 39 <tr><td class="mdescLeft"> </td><td class="mdescRight">Implementation of local continuations b…
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | lc.h | 42 * \defgroup lc Local continuations 45 * Local continuations form the basis for implementing protothreads. A 46 * local continuation can be <i>set</i> in a specific function to 47 * capture the state of the function. After a local continuation has 49 * function at the point where the local continuation was set. 56 * Local continuations 64 * Initialize a local continuation. 66 * This operation initializes the local continuation, thereby 74 * Set a local continuation. 79 * call-stack or local (automatic) variables, but only the program [all …]
|
H A D | lc-addrlabels.h | 43 * Implementation of local continuations based on the "Labels as 48 * This implementation of local continuations is based on a special 56 * Thanks to dividuum for finding the nice local scope label
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | pt-doc.txt | 33 blocking call, <b>local variables are not preserved when the 34 protothread blocks</b>. This means that local variables should be used 35 with utmost care - <b>if in doubt, do not use local variables inside a 119 \section pt-autovars Local variables 123 call, local variables are not preserved when the protothread 124 blocks. This means that local variables should be used with utmost 125 care - if in doubt, do not use local variables inside a protothread! 136 Protothreads are implemented using \ref lc "local continuations". A 137 local continuation represents the current state of execution at a 139 or local variables. A local continuation can be set in a specific [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 66 local anchor="$1" 67 local insert="$2" 68 local infile="$3" 69 local tmpfile="$infile.swp" 80 local before="$1" 81 local after="$2" 82 local infile="$3" 83 local tmpfile="$infile.swp" 91 local text="$1" 92 local infile="$2" [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 29 MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is 53 - <hostname>.local type A, AAAA or ANY returns relevant IP addresses 55 returns <hostname>.local 82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local 83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local 84 - <name>.<service>.<proto>.local type SRV returns hostname and port of service 85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn 105 which will publish myweb._http._tcp.local for any hosts looking for web servers, 106 and point them to <hostname>.local:80
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | mdns.txt | 29 MDNS with IPv6 requires LWIP_IPV6_MLD = 1, and that a link-local address is 53 - <hostname>.local type A, AAAA or ANY returns relevant IP addresses 55 returns <hostname>.local 82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local 83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local 84 - <name>.<service>.<proto>.local type SRV returns hostname and port of service 85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn 105 which will publish myweb._http._tcp.local for any hosts looking for web servers, 106 and point them to <hostname>.local:80
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/ |
H A D | syslog.h | 55 #define LOG_LOCAL0 (16<<3) /* reserved for local use */ 56 #define LOG_LOCAL1 (17<<3) /* reserved for local use */ 57 #define LOG_LOCAL2 (18<<3) /* reserved for local use */ 58 #define LOG_LOCAL3 (19<<3) /* reserved for local use */ 59 #define LOG_LOCAL4 (20<<3) /* reserved for local use */ 60 #define LOG_LOCAL5 (21<<3) /* reserved for local use */ 61 #define LOG_LOCAL6 (22<<3) /* reserved for local use */ 62 #define LOG_LOCAL7 (23<<3) /* reserved for local use */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | trees.c | 61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 70 local const uch bl_order[BL_CODES] 82 * Local data. These are initialized only once. 90 local ct_data static_ltree[L_CODES+2]; 97 local ct_data static_dtree[D_CODES]; 111 local int base_length[LENGTH_CODES]; 114 local int base_dist[D_CODES]; 129 local static_tree_desc static_l_desc = [all …]
|
H A D | maketree.c | 77 printf("local uInt fixed_bl = %d;\n", bl); in main() 78 printf("local uInt fixed_bd = %d;\n", bd); in main() 79 printf("local inflate_huft fixed_tl[] = {"); in main() 82 printf("local inflate_huft fixed_td[] = {"); in main()
|
H A D | inffast.c | 72 unsigned char FAR *in; /* local strm->next_in */ 74 unsigned char FAR *out; /* local strm->next_out */ 84 unsigned long hold; /* local strm->hold */ 85 unsigned bits; /* local strm->bits */ 86 code const FAR *lcode; /* local strm->lencode */ 87 code const FAR *dcode; /* local strm->distcode */ 97 /* copy state to local variables */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 10 * "zone." For unicast addresses, only link-local addresses have a scope; in 13 * must establish a (potentially one-to-many) mapping between zones and local 14 * interfaces. For example, a link-local address is valid on only one link (its 15 * zone). That link may be attached to one or more local interfaces. The 48 * using macros in this file. This policy considers link-local unicast 49 * addresses and (only) interface-local and link-local multicast addresses as 167 * only interface-local and link-local scopes are defined. 169 * Even though the unicast loopback address does have an implied link-local 188 * only interface-local and link-local scopes are defined, and the zone index 211 * only interface-local and link-local scopes are defined, and the zone index
|
H A D | altcp.h | 128 err_t altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port); 129 ip_addr_t *altcp_get_ip(struct altcp_pcb *conn, int local); 130 u16_t altcp_get_port(struct altcp_pcb *conn, int local); 193 #define altcp_get_ip(pcb, local) ((local) ? (&(pcb)->local_ip) : (&(pcb)->remote_ip)) argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | altcp_priv.h | 84 typedef err_t (*altcp_get_tcp_addrinfo_fn)(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_… 85 typedef ip_addr_t *(*altcp_get_ip_fn)(struct altcp_pcb *conn, int local); 86 typedef u16_t (*altcp_get_port_fn)(struct altcp_pcb *conn, int local); 133 err_t altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *por… 134 ip_addr_t *altcp_default_get_ip(struct altcp_pcb *conn, int local); 135 u16_t altcp_default_get_port(struct altcp_pcb *conn, int local);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_resolv.c | 80 * @param local 83 ble_ll_resolv_gen_priv_addr(struct ble_ll_resolv_entry *rl, int local) in ble_ll_resolv_gen_priv_addr() argument 92 if (local) { in ble_ll_resolv_gen_priv_addr() 104 /* Calculate hash, hash = ah(local IRK, prand) */ in ble_ll_resolv_gen_priv_addr() 121 * is used to regenerate local and peers RPA's in the resolving list. 312 /* generate a local and peer RPAs now, those will be updated by timer in ble_ll_resolv_list_add() 515 ble_ll_resolv_get_priv_addr(struct ble_ll_resolv_entry *rl, int local, in ble_ll_resolv_get_priv_addr() argument 524 if (local) { in ble_ll_resolv_get_priv_addr() 555 ble_ll_resolv_gen_rpa(uint8_t *addr, uint8_t addr_type, uint8_t *rpa, int local) in ble_ll_resolv_gen_rpa() argument 564 if (local) { in ble_ll_resolv_gen_rpa() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp.c | 478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() argument 481 return conn->fns->addrinfo(conn, local, addr, port); in altcp_get_tcp_addrinfo() 487 altcp_get_ip(struct altcp_pcb *conn, int local) in altcp_get_ip() argument 490 return conn->fns->getip(conn, local); in altcp_get_ip() 496 altcp_get_port(struct altcp_pcb *conn, int local) in altcp_get_port() argument 499 return conn->fns->getport(conn, local); in altcp_get_port() 643 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_default_get_tcp_addrinfo() argument 646 return altcp_get_tcp_addrinfo(conn->inner_conn, local, addr, port); in altcp_default_get_tcp_addrinfo() 652 altcp_default_get_ip(struct altcp_pcb *conn, int local) in altcp_default_get_ip() argument 655 return altcp_get_ip(conn->inner_conn, local); in altcp_default_get_ip() [all …]
|
H A D | udp.c | 76 /* last local UDP port */ 95 * Allocate a new local UDP port. 97 * @return a new (free) local UDP port number 252 * matches the local port and ip address gets the datagram. */ in udp_input() 254 /* print the PCB local and remote address */ in udp_input() 261 /* compare PCB local addr+port to UDP destination addr+port */ in udp_input() 385 /* compare PCB local addr+port to UDP destination addr+port */ in udp_input() 388 /* pass a copy of the packet to all local matches */ in udp_input() 649 /* PCB local address is IP_ANY_ADDR or multicast? */ in udp_sendto_if_chksum() 660 /* use UDP PCB local IPv6 address as source address, if still valid. */ in udp_sendto_if_chksum() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 148 * been successfully completed, and that the local node has been 158 * This callback notifies the application that the local node 268 /** @brief Reset the state of the local Mesh node. 280 /** @brief Provision the local Mesh Node. 299 /** @brief Check if the local node has been provisioned. 301 * This API can be used to check if the local node has been provisioned 330 /** @brief Toggle the Low Power feature of the local device 332 * Enables or disables the Low Power feature of the local device. This is
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | udp.c | 75 /* last local UDP port */ 94 * Allocate a new local UDP port. 96 * @return a new (free) local UDP port number 205 the dhcp module, no other UDP pcb may use the local UDP port DHCP_CLIENT_PORT */ 211 (- broadcast or directed to us) -> DHCP is link-layer-addressed, local ip is always ANY! 228 * matches the local port and ip address gets the datagram. */ 231 /* print the PCB local and remote address */ 240 /* compare PCB local addr+port to UDP destination addr+port */ 361 /* compare PCB local addr+port to UDP destination addr+port */ 373 /* pass a copy of the packet to all local matches */ [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/ |
H A D | kconfig.in | 6 local kcfg="${1}"; shift 7 local k 42 local fmt="${1}"; shift
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | udp.c | 76 /* last local UDP port */ 95 * Allocate a new local UDP port. 97 * @return a new (free) local UDP port number 238 * matches the local port and ip address gets the datagram. */ in udp_input() 240 /* print the PCB local and remote address */ in udp_input() 247 /* compare PCB local addr+port to UDP destination addr+port */ in udp_input() 360 /* compare PCB local addr+port to UDP destination addr+port */ in udp_input() 363 /* pass a copy of the packet to all local matches */ in udp_input() 612 /* PCB local address is IP_ANY_ADDR? */ in udp_sendto_if_chksum() 622 /* use UDP PCB local IPv6 address as source address, if still valid. */ in udp_sendto_if_chksum() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_hs.h | 117 /** Error base for local Security Manager errors */ 120 /** Converts error to local Security Manager base */ 147 * @brief Local Input-Output capabilities of device 148 * @defgroup bt_host_io_local Local Input-Output capabilities of device 203 /** Security Manager Local Input Output Capabilities */ 240 /** @brief Security Manager Local Key Distribution Mask */
|