Home
last modified time | relevance | path

Searched refs:LWIP_RAND (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmagic.c113 #ifdef LWIP_RAND in magic_churnrand()
119 #ifdef LWIP_RAND in magic_churnrand()
120 sys_data.rand = LWIP_RAND(); in magic_churnrand()
198 #ifndef LWIP_RAND
224 #ifndef LWIP_RAND in magic_init()
240 #ifndef LWIP_RAND in magic_randomize()
248 #ifndef LWIP_RAND in magic_randomize()
264 #ifdef LWIP_RAND in magic()
265 return LWIP_RAND() + magic_randomseed; in magic()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3.c106 #ifdef LWIP_RAND /* Based on RFC3826 */ in snmpv3_build_priv_param()
113 priv1 = LWIP_RAND(); in snmpv3_build_priv_param()
114 priv2 = LWIP_RAND(); in snmpv3_build_priv_param()
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/
A Dcc.h106 #ifndef LWIP_RAND
107 #define LWIP_RAND() ((uint32_t)aos_rand()) macro
116 #define LWIP_RAND() ((uint32_t)rand())
A Dlwipopts.h249 #ifndef LWIP_RAND
250 #define LWIP_RAND() ((u32_t)aos_rand()) macro
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dcc.h97 #define LWIP_RAND() ((u32_t)rand()) macro
105 #define LWIP_RAND() ((u32_t)rand())
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dlwipopts_bes.h181 #define LWIP_RAND get_random macro
A Dlwipopts.h257 #define LWIP_RAND get_random macro
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dmld6.c498 #ifdef LWIP_RAND in mld6_delayed_report()
500 maxresp = LWIP_RAND() % maxresp; in mld6_delayed_report()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dinit.c227 #if (LWIP_IGMP || LWIP_IPV6) && !defined(LWIP_RAND)
A Dudp.c89 #if LWIP_RANDOMIZE_INITIAL_LOCAL_PORTS && defined(LWIP_RAND) in udp_init()
90 udp_port = UDP_ENSURE_LOCAL_PORT_RANGE(LWIP_RAND()); in udp_init()
A Dtcp.c144 #if LWIP_RANDOMIZE_INITIAL_LOCAL_PORTS && defined(LWIP_RAND) in tcp_init()
145 tcp_port = TCP_ENSURE_LOCAL_PORT_RANGE(LWIP_RAND()); in tcp_init()
A Ddns.c109 #define DNS_RAND_TXID LWIP_RAND
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Digmp.c686 #ifdef LWIP_RAND in igmp_start_timer()
687 group->timer = max_time > 2 ? (LWIP_RAND() % max_time) : 1; in igmp_start_timer()
A Ddhcp.c1823 #if DHCP_CREATE_RAND_XID && defined(LWIP_RAND) in dhcp_create_msg()
1851 #if DHCP_CREATE_RAND_XID && defined(LWIP_RAND) in dhcp_create_msg()
1852 xid = LWIP_RAND(); in dhcp_create_msg()

Completed in 22 milliseconds