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

  /src/external/mpl/dhcp/dist/server/
mdb.c 64 typedef struct host_id_info { struct
68 struct host_id_info *next;
71 static host_id_info_t *host_id_info = NULL; variable
158 for (p = host_id_info; p != NULL; p = p->next) {
417 h_id_info->next = host_id_info;
418 host_id_info = h_id_info;
680 for (p = host_id_info; p != NULL; p = p->next) {
3037 while (host_id_info != NULL) {
3039 option_dereference(&host_id_info->option, MDL);
3040 host_free_hash_table(&host_id_info->values_hash, MDL)
    [all...]
mdb.c 64 typedef struct host_id_info { struct
68 struct host_id_info *next;
71 static host_id_info_t *host_id_info = NULL; variable
158 for (p = host_id_info; p != NULL; p = p->next) {
417 h_id_info->next = host_id_info;
418 host_id_info = h_id_info;
680 for (p = host_id_info; p != NULL; p = p->next) {
3037 while (host_id_info != NULL) {
3039 option_dereference(&host_id_info->option, MDL);
3040 host_free_hash_table(&host_id_info->values_hash, MDL)
    [all...]

Completed in 51 milliseconds