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