Home
last modified time | relevance | path

Searched full:unique (Results 1 – 25 of 68) sorted by relevance

123

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dhealth_srv.h75 * 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 Dpppoe.h121 #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 Dipv6cp.h52 être utilisé, copié, modifié, distribué à l'unique
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppoe.h125 #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 Dipv6cp.h52 être utilisé, copié, modifié, distribué à l'unique
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/netif/
H A Dppp_oe.h122 #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 Dhttpd.h183 * @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 Dhttpd.h194 * @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 Dppp_oe.c236 /* 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 Dpppoe.c335 /* 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 Dpppoe.c336 /* 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 Dsample.rst17 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 DREADME.md33 a unique UUID. Each button controls the state of its
/nrf52832-nimble/rt-thread/src/
H A Dobject.c236 * @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 Dthread.c219 * @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 Dhmac_prng.h102 * The personalization is a platform unique string (e.g., the host
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_ctrl.h163 * -> sub_ver_num: Contains a unique value for implementation or revision of
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/
H A Dble_hs_id.rst28 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 Derrno.h125 #define ENOTUNIQ 76 /* Name not unique on network */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.h232 /* Friend state, unique for each LPN that we're Friends for */
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml89 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 Derrno.h125 #define ENOTUNIQ 76 /* Name not unique on network */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DMakefile.in450 # 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 Darch.h156 #define ENOTUNIQ 76 /* Name not unique on network */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzconf.h38 * If you *really* need a unique prefix for all types and library functions,

123