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