nfs_bootdhcp.c | 295 u_char halen; member in struct:bootpcontext 359 if (bootp->bp_hlen != bpc->halen) { 361 bpc->halen)); 364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) { 368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); 369 haddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); 372 ether_snprintf(bp_chaddr, 3 * bpc->halen, 374 ether_snprintf(haddr, 3 * bpc->halen, bpc->haddr))); 493 u_char hafmt, halen; local in function:bootpc_call 526 halen = sdl->sdl_alen [all...] |