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