Home
last modified time | relevance | path

Searched full:numbers (Results 1 – 25 of 114) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/prot/
H A Diana.h3 * IANA assigned numbers (RFC 1700 and successors)
5 * @defgroup iana IANA assigned numbers
59 * Port numbers
60 * https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt
H A Dieee.h3 * IEEE assigned numbers
5 * @defgroup ieee IEEE assigned numbers
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dvj.h42 * numbers have changed (bottom 5 bits). The next octet is a
50 * There are 5 numbers which can change (they are always inserted
56 * use a variable length coding with one octet for numbers in the
57 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
75 * and in the interest of conserving bits, numbers are chosen so the
H A Dlcp.h69 #define CI_SSNHF 18 /* short sequence numbers for multilink */
81 * LCP-specific packet types (code numbers).
137 unsigned int neg_ssnhf :1; /* negotiate short sequence numbers */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dvj.h46 * numbers have changed (bottom 5 bits). The next octet is a
54 * There are 5 numbers which can change (they are always inserted
60 * use a variable length coding with one octet for numbers in the
61 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
79 * and in the interest of conserving bits, numbers are chosen so the
H A Dlcp.h73 #define CI_SSNHF 18 /* short sequence numbers for multilink */
85 * LCP-specific packet types (code numbers).
141 unsigned int neg_ssnhf :1; /* negotiate short sequence numbers */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dvj.h39 * numbers have changed (bottom 5 bits). The next octet is a
47 * There are 5 numbers which can change (they are always inserted
53 * use a variable length coding with one octet for numbers in the
54 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
72 * and in the interest of conserving bits, numbers are chosen so the
H A Dlcp.h68 #define CI_SSNHF 18 /* short sequence numbers for multilink */
72 * LCP-specific packet types (code numbers).
98 u_int neg_ssnhf : 1; /* Negotiate short sequence numbers */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_rand.c65 /* Stop generating random numbers as we are full */ in ble_ll_rand_sample()
150 * Start the generation of random numbers
160 /* Start the generation of numbers if we are not full */ in ble_ll_rand_start()
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/
H A Dsyscfg.yml30 is an array of 4 GPIO pin numbers for 1M, 2M, LE Coded S=2 and
36 is an array of 3 GPIO pin numbers for 1M, 2M and LE Coded
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dhmac_prng.h38 * of numbers that have a distribution close to the one expected
39 * for a sequence of truly random numbers. The NIST Special
41 * sequences of pseudo random numbers, including the HMAC-PRNG one
H A Dctr_prng.h35 * of numbers that have a distribution close to the one expected
36 * for a sequence of truly random numbers. The NIST Special
38 * sequences of pseudo random numbers, including the CTR-PRNG one
/nrf52832-nimble/rt-thread/components/net/uip/
H A Duip-1.0-changelog.txt24 * UDP API change: uip_udp_new() now takes port numbers in network byte
78 sequence and acknowledgment numbers, to which the remote host
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h64 * @brief Macro for mapping port and pin numbers to values understandable for nrf_gpio functions.
125 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
127 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
138 …* @param pin_range_start Specifies the start number (inclusive) in the range of pin numbers to be …
140 …* @param pin_range_end Specifies the end number (inclusive) in the range of pin numbers to be conf…
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dltversion.m41 # ltversion.m4 -- version numbers -*- Autoconf -*-
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h184 * @see http://www.iana.org/assignments/enterprise-numbers
193 * http://www.iana.org/numbers.html
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_opts.h184 * @see http://www.iana.org/assignments/enterprise-numbers
193 * http://www.iana.org/numbers.html
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal_tls.h35 /* Protocol numbers for TLS protocols */
/nrf52832-nimble/packages/NimBLE-latest/docs/
H A Dble_sec.rst38 or transfer cryptographic numbers used in the pairing process.
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Drndis.h21 /* Remote NDIS version numbers */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetdb.c257 * Also, service names are not supported (only port numbers)!
288 * @todo?: currently, only ASCII integers (port numbers) are supported! */ in lwip_getaddrinfo()
/nrf52832-nimble/rt-thread/include/
H A Drtdef.h671 rt_uint8_t hold; /**< numbers of thread hold the mutex */
806 rt_size_t block_total_count; /**< numbers of memory block */
807 rt_size_t block_free_count; /**< numbers of free memory block */
810 …rt_size_t suspend_thread_count; /**< numbers of thread pended on this resource…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dnetdb.c257 * Also, service names are not supported (only port numbers)!
307 * @todo?: currently, only ASCII integers (port numbers) are supported (AI_NUMERICSERV)! */ in lwip_getaddrinfo()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dnetdb.c257 * Also, service names are not supported (only port numbers)!
307 * @todo?: currently, only ASCII integers (port numbers) are supported (AI_NUMERICSERV)! */ in lwip_getaddrinfo()
/nrf52832-nimble/rt-thread/examples/test/
H A Ddhry.h99 * changed, the numbers defining the "Dhrystone distribution"
197 * Note that because of language differences, the numbers are slightly

12345