Home
last modified time | relevance | path

Searched refs:servip (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dinstall.c43 extern struct in_addr servip;
228 servip.s_addr = inet_addr(s); in install()
229 if (servip.s_addr == htonl(INADDR_NONE)) in install()
232 setenv("serverip", inet_ntoa(servip), 1); in install()
/titanic_53/usr/src/boot/lib/libstand/
H A Dbootp.c60 struct in_addr servip; variable
214 servip = rbootp->bp_siaddr; in bootp()
216 rootip = servip; in bootp()
H A Dtftp.c89 extern struct in_addr servip;
445 io->destip = servip; in tftp_open()