Searched refs:bp_name (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dbootparams.h40 char *bp_name; /* name of host */ member in struct:bootparamsent
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Dbootplookup.c55 char *bp_name; // will only be populated at head of list member in struct:bootpent
131 "bp_name",
146 // bp_name
148 returnValue->bp_name = kvbuf_next_val(kv);
382 *hostname_p = (be->bp_name != NULL) ? strdup(be->bp_name) : NULL;
418 *hostname_p = (be->bp_name != NULL) ? strdup(be->bp_name) : NULL;
436 printf(" bp_name = %s\n", entry->bp_name);
[all...]

Completed in 68 milliseconds