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

  /src/external/mpl/dhcp/dist/common/
options.c 3065 struct universe *subu=NULL; local
3094 universe_hash_lookup(&subu, universe_hash,
3097 if (subu == NULL) {
3112 subu->encapsulate(&tmp, packet, lease,
3114 cfg_options, scope, subu);
3115 subu = NULL;
3186 struct universe *subu; local
3191 subu = universes[i];
3193 if (subu == NULL)
3196 if (subu->enc_opt != NULL &
    [all...]
options.c 3065 struct universe *subu=NULL; local
3094 universe_hash_lookup(&subu, universe_hash,
3097 if (subu == NULL) {
3112 subu->encapsulate(&tmp, packet, lease,
3114 cfg_options, scope, subu);
3115 subu = NULL;
3186 struct universe *subu; local
3191 subu = universes[i];
3193 if (subu == NULL)
3196 if (subu->enc_opt != NULL &
    [all...]

Completed in 164 milliseconds