| /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
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| sboot.h | 82 unsigned char myip[4]; variable
|
| /src/external/bsd/libpcap/dist/ |
| pcap-dos.c | 1017 static const char myip[] = "192.168.0.1"; local 1020 printf ("Just guessing, using IP %s and netmask %s\n", myip, mask); 1021 my_ip_addr = aton (myip);
|
| /src/sys/netinet/ |
| if_arp.c | 214 static struct in_addr myip, srv_ip; variable in typeref:struct:in_addr 1923 memcpy(&myip, ar_tpa(ah), sizeof(myip)); 1926 wakeup((void *)&myip); 1991 result = tsleep((void *)&myip, PSOCK, "revarp", hz/2); 2001 memcpy(clnt_in, &myip, sizeof(*clnt_in));
|