Home
last modified time | relevance | path

Searched refs:bp_chaddr (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c123 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/
Dbootpd.c618 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/
Dprint-bootp.c105 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()
Dbootptest.c324 bcopy(eaddr, bp->bp_chaddr, bp->bp_hlen); in main()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h54 unsigned char bp_chaddr[BP_CHADDR_LEN]; /* client hardware address */ member
/netbsd/src/sys/lib/libsa/
Dbootp.h36 unsigned char bp_chaddr[16]; /* client hardware address */ member
Dbootp.c158 MACPY(d->myea, bp->bp_chaddr); in bootp()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c73 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/
Dbootpgw.c627 ha = bp->bp_chaddr; in handle_reply()