/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | health_srv.h | 75 * health server model on. Each instance also needs a unique 78 * @param srv Pointer to a unique struct bt_mesh_health_srv. 79 * @param pub Pointer to a unique struct bt_mesh_model_pub.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | pppoe.h | 121 #define PPPOE_TAG_HUNIQUE 0x0103 /* host unique */ 155 u8_t *sc_hunique; /* content of host unique we must echo back */ 156 u8_t sc_hunique_len; /* length of host unique */
|
H A D | ipv6cp.h | 52 être utilisé, copié, modifié, distribué à l'unique
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | pppoe.h | 125 #define PPPOE_TAG_HUNIQUE 0x0103 /* host unique */ 159 u8_t *sc_hunique; /* content of host unique we must echo back */ 160 u8_t sc_hunique_len; /* length of host unique */
|
H A D | ipv6cp.h | 52 être utilisé, copié, modifié, distribué à l'unique
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/ |
H A D | ppp_oe.h | 122 #define PPPOE_TAG_HUNIQUE 0x0103 /* host unique */ 164 u8_t *sc_hunique; /* content of host unique we must echo back */ 165 size_t sc_hunique_len; /* length of host unique */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | httpd.h | 183 * @param connection Unique connection identifier, valid until httpd_post_end 205 * @param connection Unique connection identifier. 217 * @param connection Unique connection identifier.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | httpd.h | 194 * @param connection Unique connection identifier, valid until httpd_post_end 218 * @param connection Unique connection identifier. 232 * @param connection Unique connection identifier.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | ppp_oe.c | 236 /* Check host unique token passed and return appropriate softc pointer, 259 PPPDEBUG(LOG_DEBUG, ("pppoe: alien host unique tag, no session found\n")); in pppoe_find_softc_by_hunique() 265 …PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": host unique tag found, but it belongs to a connection in state… in pppoe_find_softc_by_hunique() 270 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": wrong interface, not accepting host unique\n", in pppoe_find_softc_by_hunique() 414 * got service name, concentrator name, and/or host unique. in pppoe_dispatch_disc_pkt() 682 len = 2 + 2 + 2 + 2 + sizeof sc; /* service name tag is required, host unique is send too */ in pppoe_send_padi() 902 len = 2 + 2 + 2 + 2 + sizeof(sc); /* service name, host unique */ in pppoe_send_padr() 1025 len += 2 + 2 + 2 + 2 + sc->sc_hunique_len; /* service name, host unique*/ in pppoe_send_pads()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | pppoe.c | 335 /* Check host unique token passed and return appropriate softc pointer, 352 PPPDEBUG(LOG_DEBUG, ("pppoe: alien host unique tag, no session found\n")); in pppoe_find_softc_by_hunique() 358 …PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": host unique tag found, but it belongs to a connection in state… in pppoe_find_softc_by_hunique() 363 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": wrong interface, not accepting host unique\n", in pppoe_find_softc_by_hunique() 507 * got service name, concentrator name, and/or host unique. in pppoe_disc_input() 763 len = 2 + 2 + 2 + 2 + sizeof sc; /* service name tag is required, host unique is send too */ in pppoe_send_padi() 984 len = 2 + 2 + 2 + 2 + sizeof(sc); /* service name, host unique */ in pppoe_send_padr() 1100 len += 2 + 2 + 2 + 2 + sc->sc_hunique_len; /* service name, host unique*/ in pppoe_send_pads()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | pppoe.c | 336 /* Check host unique token passed and return appropriate softc pointer, 353 PPPDEBUG(LOG_DEBUG, ("pppoe: alien host unique tag, no session found\n")); in pppoe_find_softc_by_hunique() 359 …PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": host unique tag found, but it belongs to a connection in state… in pppoe_find_softc_by_hunique() 364 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": wrong interface, not accepting host unique\n", in pppoe_find_softc_by_hunique() 508 * got service name, concentrator name, and/or host unique. in pppoe_disc_input() 765 len = 2 + 2 + 2 + 2 + sizeof sc; /* service name tag is required, host unique is send too */ in pppoe_send_padi() 989 len = 2 + 2 + 2 + 2 + sizeof(sc); /* service name, host unique */ in pppoe_send_padr() 1110 len += 2 + 2 + 2 + 2 + sc->sc_hunique_len; /* service name, host unique*/ in pppoe_send_pads()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | sample.rst | 17 Every device should have unique Device UUID so config amend and rebuild is needed for each of the d…
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 33 a unique UUID. Each button controls the state of its
|
/nrf52832-nimble/rt-thread/src/ |
H A D | object.c | 236 * @param name the object name. In system, the object's name must be unique. 315 * @param name the object name. In system, the object's name must be unique.
|
H A D | thread.c | 219 * @param name the name of thread, which shall be unique 375 * @param name the name of thread, which shall be unique
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | hmac_prng.h | 102 * The personalization is a platform unique string (e.g., the host
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_ctrl.h | 163 * -> sub_ver_num: Contains a unique value for implementation or revision of
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_hs_id.rst | 28 changes, and a device can be identified by one of its unique identity addresses.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 125 #define ENOTUNIQ 76 /* Name not unique on network */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.h | 232 /* Friend state, unique for each LPN that we're Friends for */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 89 Manufacturer ID. Should be set to unique ID per manufacturer.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 125 #define ENOTUNIQ 76 /* Name not unique on network */
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | Makefile.in | 450 # Make sure the list of sources is unique. This is necessary because, 455 unique=`for i in $$list; do \ 1685 $(am__define_uniq_tagged_files); mkid -fID $$unique 1694 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1695 test -n "$$unique" || unique=$$empty_fix; \ 1698 "$$@" $$unique; \ 1701 $$unique; \ 1709 test -z "$(CTAGS_ARGS)$$unique" \ 1711 $$unique
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 156 #define ENOTUNIQ 76 /* Name not unique on network */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zconf.h | 38 * If you *really* need a unique prefix for all types and library functions,
|