/src/sys/arch/mvme68k/stand/sboot/ |
sboot.c | 86 myip[0], myip[1], myip[2], myip[3]); 108 myip[0], myip[1], myip[2], myip[3]);
|
sboot.h | 82 unsigned char myip[4]; variable in typeref:typename:unsigned char[4]
|
etherfun.c | 66 memcpy(myip, rarp->arp_tpa, sizeof(rarp->arp_tpa)); 122 memcpy(iph->ip_src, myip, sizeof(myip)); 136 memcpy (&iptmp, myip, sizeof(iptmp));
|
/src/sys/arch/sparc/stand/ofwboot/ |
net.c | 126 myip.s_addr = 0; 143 printf("Using BOOTPARAMS protocol:\n ip addr=%s\n", inet_ntoa(myip)); 164 if (myip.s_addr != 0) 167 if (myip.s_addr == 0) 170 printf("Using BOOTP protocol:\n ip addr=%s\n", inet_ntoa(myip)); 199 if (myip.s_addr == 0)
|
/src/sys/lib/libsa/ |
globals.c | 23 struct in_addr myip; /* my ip address */ variable in typeref:struct:in_addr
|
iodesc.h | 67 struct in_addr myip; /* local ip addr, net order */ member in struct:iodesc
|
rarp.c | 137 (void)memcpy(&myip, ap->arp_tpa, sizeof(myip)); 144 if (IN_CLASSA(myip.s_addr)) 146 else if (IN_CLASSB(myip.s_addr)) 151 d->myip = myip;
|
bootp.c | 169 d->myip.s_addr = INADDR_ANY; 217 myip = d->myip = rbuf.rbootp.bp_yiaddr; 224 if (IN_CLASSA(myip.s_addr)) 226 else if (IN_CLASSB(myip.s_addr)) 245 if (!SAMENET(myip, rootip, netmask)) { 253 if (!SAMENET(myip, gateip, netmask)) { 263 printf("client addr: %s\n", inet_ntoa(myip));
|
ip.c | 99 ip->ip_src = d->myip; 163 if (d->myip.s_addr && ip->ip_dst.s_addr != d->myip.s_addr) {
|
dev_net.c | 214 if (myip.s_addr != 0) 232 printf("client addr: %s\n", inet_ntoa(myip));
|
/src/sys/arch/vax/boot/boot/ |
netio.c | 131 if (myip.s_addr) { 132 printf("Using IP address: %s\n", inet_ntoa(myip)); 134 printf("myip: %s (%s)\n", hostname, inet_ntoa(myip)); 147 printf("boot: client IP address: %s\n", inet_ntoa(myip));
|
/src/sys/arch/macppc/stand/ofwboot/ |
net.c | 138 if (myip.s_addr == 0) 141 printf("Using IP address: %s\n", inet_ntoa(myip)); 144 printf("myip: %s (%s)", hostname, inet_ntoa(myip));
|
/src/sys/arch/newsmips/stand/boot/ |
net.c | 126 printf("boot: client IP address: %s\n", inet_ntoa(myip)); 143 printf("Using IP address: %s\n", inet_ntoa(myip)); 145 printf("myip: %s (%s)", hostname, inet_ntoa(myip));
|
/src/sys/arch/ofppc/stand/ofwboot/ |
net.c | 139 if (myip.s_addr == 0) 142 printf("Using IP address: %s\n", inet_ntoa(myip)); 145 printf("myip: %s (%s)", hostname, inet_ntoa(myip));
|
/src/sys/arch/shark/stand/ofwboot/ |
net.c | 135 if (myip.s_addr == 0) 138 printf("Using IP address: %s\n", inet_ntoa(myip)); 141 printf("myip: %s (%s)", hostname, inet_ntoa(myip));
|
/src/sys/stand/efiboot/ |
dev_net.c | 62 if (myip.s_addr == INADDR_ANY) { 65 if (myip.s_addr == INADDR_ANY) { 70 printf("boot: client ip: %s\n", inet_ntoa(myip));
|
/src/sys/arch/sparc/stand/common/ |
net.c | 115 printf("ip address: %s", inet_ntoa(myip)); 137 if (myip.s_addr == 0) 140 printf("ip address: %s", inet_ntoa(myip));
|
/src/sys/arch/hpcmips/stand/lcboot/ |
dev_net.c | 78 myip = s->myip = bootopts.b_local_ip;
|
/src/sys/arch/hp300/stand/common/ |
netio.c | 168 if ((myip.s_addr = inet_addr(input_line)) == 214 d->myip = myip; 233 printf("boot: client IP address: %s\n", inet_ntoa(myip)); 250 printf("boot: client IP address: %s \n", inet_ntoa(myip));
|
/src/sys/arch/ia64/stand/common/ |
dev_net.c | 215 if (myip.s_addr != 0) 229 printf("net_open: client addr: %s\n", inet_ntoa(myip)); 302 setenv("boot.netif.ip", inet_ntoa(myip), 1);
|
/src/sys/arch/alpha/stand/netboot/ |
dev_net.c | 200 if (myip.s_addr == 0) { 206 printf("boot: client addr: %s\n", inet_ntoa(myip));
|
/src/sys/arch/evbmips/stand/sbmips/netboot/ |
dev_net.c | 200 if (myip.s_addr == 0) { 206 printf("boot: client addr: %s\n", inet_ntoa(myip));
|
/src/sys/arch/i386/stand/efiboot/ |
dev_net.c | 186 if (myip.s_addr != 0) 204 printf("client addr: %s\n", inet_ntoa(myip));
|
/src/sys/arch/i386/stand/pxeboot/ |
dev_net.c | 167 if (myip.s_addr != 0)
|
/src/sys/arch/sandpoint/stand/altboot/ |
dev_net.c | 72 if (myip.s_addr == 0) {
|