Searched refs:setarp (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/bootp/common/ |
| D | hwaddr.h | 22 extern void setarp(int, struct in_addr *, u_char *, int);
|
| D | hwaddr.c | 71 setarp(int s, struct in_addr *ia, u_char *ha, int len) in setarp() function
|
| /netbsd/src/usr.sbin/bootp/bootpd/ |
| D | Changes | 42 The setarp should get the non-transformed address. 53 Fix setarp for SVR4 (needs to use I_STR ioctl)
|
| D | bootpd.c | 1054 setarp(s, &dst, ha, len); in sendreply()
|
| /netbsd/src/usr.sbin/bootp/bootpgw/ |
| D | bootpgw.c | 638 setarp(s, &bp->bp_yiaddr, ha, len); in handle_reply()
|