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

/external/tcpdump/
H A Dprint-esp.c117 static u_int hex2byte(netdissect_options *ndo, char *hexstring) argument
121 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]);

Completed in 17 milliseconds