Searched refs:bp_chaddr (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/nfs/ |
| D | nfs_bootdhcp.c | 123 u_int8_t bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member 364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) { in bootpcheck() 366 char *bp_chaddr, *haddr; in bootpcheck() local 368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); in bootpcheck() 372 ether_snprintf(bp_chaddr, 3 * bpc->halen, in bootpcheck() 373 bootp->bp_chaddr), in bootpcheck() 376 free(bp_chaddr, M_TEMP); in bootpcheck() 612 memcpy(bootp->bp_chaddr, haddr, halen); in bootpc_call()
|
| /netbsd/src/usr.sbin/bootp/bootpd/ |
| D | bootpd.c | 618 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 645 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 651 haddrtoa(bp->bp_chaddr, hlen)); in handle_request() 654 bcopy(bp->bp_chaddr, dummyhost.haddr, hlen); in handle_request() 655 hashcode = hash_HashFunction(bp->bp_chaddr, hlen); in handle_request() 662 haddr_conv802(bp->bp_chaddr, dummyhost.haddr, hlen); in handle_request() 679 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 1046 ha = bp->bp_chaddr; in sendreply()
|
| /netbsd/src/usr.sbin/bootp/bootptest/ |
| D | print-bootp.c | 105 TCHECK(bp->bp_chaddr[0], 6); in bootp_print() 113 if (e == 0 || bcmp((char *) bp->bp_chaddr, e, 6)) in bootp_print() 114 dump_hex(bp->bp_chaddr, bp->bp_hlen); in bootp_print()
|
| D | bootptest.c | 324 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen); in main()
|
| /netbsd/src/usr.sbin/bootp/common/ |
| D | bootp.h | 54 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member
|
| /netbsd/src/sys/lib/libsa/ |
| D | bootp.h | 36 unsigned char bp_chaddr[16]; /* client hardware address */ member
|
| D | bootp.c | 158 MACPY(d->myea, bp->bp_chaddr); in bootp()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-bootp.c | 73 nd_byte bp_chaddr[16]; /* client hardware address */ member 304 ND_PRINT(" from %s", GET_ETHERADDR_STRING(bp->bp_chaddr)); in bootp_print() 353 … ND_PRINT("\n\t Client-Ethernet-Address %s", GET_ETHERADDR_STRING(bp->bp_chaddr)); in bootp_print()
|
| /netbsd/src/usr.sbin/bootp/bootpgw/ |
| D | bootpgw.c | 627 ha = bp->bp_chaddr; in handle_reply()
|