taglinefilesource code
in_ntoa991fs/nfs/nfsroot.cin_ntoa(server.sin_addr.s_addr));
in_ntoa992fs/nfs/nfsroot.cprintk("my address is %s\n", in_ntoa(myaddr.sin_addr.s_addr));
in_ntoa1079fs/nfs/nfsroot.cstrncpy(nfs_data.hostname, in_ntoa(server.sin_addr.s_addr),
in_ntoa1091fs/nfs/nfsroot.ccp = in_ntoa(myaddr.sin_addr.s_addr);
in_ntoa1144fs/nfs/nfsroot.c#define IN_NTOA(x) (((x) == INADDR_NONE) ? "none" : in_ntoa(x))
in_ntoa1283fs/nfs/nfsroot.cstrncpy(system_utsname.nodename, in_ntoa(myaddr.sin_addr.s_addr), __NEW_UTS_LEN);
in_ntoa48include/linux/inet.hextern char    *in_ntoa(unsigned long in);
in_ntoa901net/ipv4/arp.cin_ntoa(entry->ip));
in_ntoa1582net/ipv4/arp.cin_ntoa(entry->ip),
in_ntoa1590net/ipv4/arp.c"*" : in_ntoa(entry->mask), entry->dev->name);
in_ntoa1595net/ipv4/arp.c"*" : in_ntoa(entry->mask), entry->dev->name, 
in_ntoa368net/ipv4/icmp.cin_ntoa(iph->daddr));
in_ntoa423net/ipv4/icmp.cprintk(KERN_INFO "ICMP: %s: Source Route Failed.\n", in_ntoa(iph->daddr));
in_ntoa498net/ipv4/icmp.cprintk(KERN_INFO "icmp: ICMP redirect from %s on %s ignored.\n", in_ntoa(source), dev->name);
in_ntoa526net/ipv4/icmp.cprintk(KERN_INFO "ICMP redirect from %s\n", in_ntoa(source));
in_ntoa663net/ipv4/icmp.cprintk(KERN_INFO "ICMP: failed checksum from %s!\n", in_ntoa(saddr));