Home
last modified time | relevance | path

Searched refs:sessions (Results 1 – 3 of 3) sorted by relevance

/components/lwp/
A Dlwp_session.c386 rt_session_t *sessions; in list_session() local
398 sessions = (rt_session_t *)rt_calloc(count, sizeof(rt_session_t)); in list_session()
399 if (sessions) in list_session()
401 index = rt_object_get_pointers(RT_Object_Class_Session, (rt_object_t *)sessions, count); in list_session()
407 session = sessions[index]; in list_session()
425 rt_free(sessions); in list_session()
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt451 /* We are between two sessions */
479 * Previous PPP API used an integer to identify PPP sessions, we are now
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt451 /* We are between two sessions */
479 * Previous PPP API used an integer to identify PPP sessions, we are now

Completed in 5 milliseconds