Home
last modified time | relevance | path

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

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