HomeSort by: relevance | last modified time | path
    Searched refs:bundle_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
multilink.c 53 char *bundle_id; /* identifier for our bundle */ variable
179 bundle_id = malloc(l);
180 if (bundle_id == 0)
183 p = bundle_id;
188 p += slprintf(p, bundle_id+l-p, "%s",
191 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name);
194 l = p - bundle_id;
198 slprintf(blinks_id, l + 7, "BUNDLE_LINKS=%s", bundle_id + 7);
208 ppp_script_setenv("BUNDLE", bundle_id + 7, 1);
217 key.dptr = bundle_id;
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
skr.c 236 uint32_t bundle_id; local
308 CHECK(dns_time32_fromtext(STR(token), &bundle_id));
310 skrbundle_create(mctx, (isc_stdtime_t)bundle_id,

Completed in 16 milliseconds