Searched refs:hexstring (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/bluetooth/hcsecd/
H A Dlexer.l58 hexstring 0x{hexbyte}+
85 {hexstring} {
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c314 static u_int hex2byte(netdissect_options *ndo, char *hexstring) argument
318 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);

Completed in 57 milliseconds