taglinefilesource code
hexbuf1543net/ipv4/arp.cconst char hexbuf[] =  "0123456789ABCDEF";
hexbuf1573net/ipv4/arp.chbuffer[k++]=hexbuf[ (entry->ha[j]>>4)&15 ];
hexbuf1574net/ipv4/arp.chbuffer[k++]=hexbuf[  entry->ha[j]&15     ];