Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dmultilink.c59 char *bundle_id; /* identifier for our bundle */ variable
173 bundle_id = malloc(l); in mp_join_bundle()
174 if (bundle_id == 0) in mp_join_bundle()
177 p = bundle_id; in mp_join_bundle()
182 p += slprintf(p, bundle_id+l-p, "%s", in mp_join_bundle()
188 l = p - bundle_id; in mp_join_bundle()
202 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()
211 key.dptr = bundle_id; in mp_join_bundle()
212 key.dsize = p - bundle_id; in mp_join_bundle()
236 script_setenv("BUNDLE", bundle_id + 7, 0); in mp_join_bundle()
[all …]

Completed in 5 milliseconds