Home | History | Annotate | Download | only in common

Lines Matching defs:haddr

431 		if (hp->flags.htype && hp->flags.haddr) {
434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype));
438 haddrtoa(hp->haddr, haddrlength(hp->htype)));
888 hp->flags.haddr = FALSE;
898 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype));
899 hp->flags.haddr = TRUE;
1376 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1443 /* haddr not copied */
1752 static byte haddr[MAXHADDRLEN];
1779 hap = haddr;
1780 while (hap < haddr + hal) {
1787 return haddr;
2034 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {