nfs_bootdhcp.c | 123 u_int8_t bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member in struct:bootp 364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) { 366 char *bp_chaddr, *haddr; local in function:bootpcheck 368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); 372 ether_snprintf(bp_chaddr, 3 * bpc->halen, 373 bootp->bp_chaddr), 376 free(bp_chaddr, M_TEMP); 612 memcpy(bootp->bp_chaddr, haddr, halen);
|