Home
last modified time | relevance | path

Searched refs:setarp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/bootp/common/
H A Dhwaddr.h22 extern void setarp(int, struct in_addr *, u_char *, int);
H A Dhwaddr.c71 setarp(int s, struct in_addr *ia, u_char *ha, int len) in setarp() function
/netbsd-src/usr.sbin/bootp/bootpd/
H A DChanges42 The setarp should get the non-transformed address.
53 Fix setarp for SVR4 (needs to use I_STR ioctl)
H A Dbootpd.c1054 setarp(s, &dst, ha, len); in sendreply()
/netbsd-src/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c638 setarp(s, &bp->bp_yiaddr, ha, len); in handle_reply()