Searched refs:servip (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/arch/mvme68k/stand/sboot/ |
H A D | sboot.c | 88 servip[0], servip[1], servip[2], servip[3]); in do_cmd() 110 servip[0], servip[1], servip[2], servip[3]); in do_cmd()
|
H A D | etherfun.c | 67 memcpy(servip, rarp->arp_spa, sizeof(rarp->arp_spa)); in get_rev_arp() 123 memcpy(iph->ip_dst, servip, sizeof(servip)); in do_send_tftp()
|
H A D | sboot.h | 83 unsigned char servip[4]; variable
|
/netbsd-src/sys/arch/hpcmips/stand/lcboot/ |
H A D | dev_net.c | 41 extern struct in_addr servip; 77 servip = s->destip = bootopts.b_remote_ip; in net_open()
|
/netbsd-src/sys/lib/libsa/ |
H A D | bootp.c | 56 struct in_addr servip; variable 218 servip = rbuf.rbootp.bp_siaddr; in bootp() 220 rootip = servip; in bootp()
|
H A D | tftp.c | 62 extern struct in_addr servip; 263 io->destip = servip; in tftp_open()
|
/netbsd-src/sys/arch/evbarm/stand/boot2440/ |
H A D | dev_net.c | 45 extern struct in_addr servip;
|