Lines Matching defs:halen
295 u_char halen;
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;
526 halen = sdl->sdl_alen;
610 bootp->bp_hlen = halen; /* Hardware address length */
612 memcpy(bootp->bp_chaddr, haddr, halen);
628 bpc.halen = halen;