tag
line
file
source code
hexbuf
1009
net/ipv4/arp.c
const char hexbuf[] = "0123456789ABCDEF";
hexbuf
1038
net/ipv4/arp.c
hbuffer[k++]=hexbuf[ (entry->ha[j]>>4)&15 ];
hexbuf
1039
net/ipv4/arp.c
hbuffer[k++]=hexbuf[ entry->ha[j]&15 ];