Searched refs:haddrtoa (Results 1 – 6 of 6) sorted by relevance
| /freebsd/libexec/bootpd/ |
| H A D | hwaddr.c | 187 a, a, haddrtoa(haddr, halen)); in setarp() 203 haddrtoa(u_char *haddr, int hlen) in haddrtoa() function
|
| H A D | bootpd.c | 649 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 667 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 673 haddrtoa(bp->bp_chaddr, hlen)); in handle_request() 688 haddrtoa(dummyhost.haddr, bp->bp_hlen)); in handle_request() 701 haddrtoa(bp->bp_chaddr, bp->bp_hlen)); in handle_request() 1062 inet_ntoa(dst), haddrtoa(ha, len)); in sendreply()
|
| H A D | hwaddr.h | 24 extern char *haddrtoa(u_char *, int);
|
| H A D | dumptab.c | 181 haddrtoa(hp->haddr, hlen)); in dump_host()
|
| H A D | readfile.c | 427 haddrtoa(hp->haddr, haddrlength(hp->htype))); in readtab()
|
| /freebsd/libexec/bootpd/bootpgw/ |
| H A D | bootpgw.c | 651 inet_ntoa(dst), haddrtoa(ha, len)); in handle_reply()
|