Home | Sort by: relevance | last modified time | path |
/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 in typeref:typename:unsigned char[4] |
/src/sys/netinet/ | |
if_arp.c | 213 static struct in_addr myip, srv_ip; variable in typeref:struct:in_addr 1911 memcpy(&myip, ar_tpa(ah), sizeof(myip)); 1914 wakeup((void *)&myip); 1979 result = tsleep((void *)&myip, PSOCK, "revarp", hz/2); 1989 memcpy(clnt_in, &myip, sizeof(*clnt_in)); |