Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c52 char *bundle_id; /* identifier for our bundle */ variable
129 bundle_id = malloc(l); in mp_join_bundle()
130 if (bundle_id == NULL) in mp_join_bundle()
133 p = bundle_id; in mp_join_bundle()
136 p += slprintf(p, bundle_id+l-p, "%s", epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
138 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name); in mp_join_bundle()
139 dbglog("bundle_id = %s", bundle_id+7); in mp_join_bundle()
147 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle()
156 key.dptr = bundle_id; in mp_join_bundle()
157 key.dsize = p - bundle_id; in mp_join_bundle()
[all …]