Searched refs:hexstring (Results 1 – 7 of 7) sorted by relevance
57 hexstring 0x{hexbyte}+84 {hexstring} {
72 hexnumber = "0" "x" hexstring .73 hexstring = hexdigit [ hexstring ] .
369 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() argument373 byte = (hexdigit(ndo, hexstring[0]) << 4) + hexdigit(ndo, hexstring[1]); in hex2byte()
210 # PSK can only be configured as the 64-octet hexstring (e.g., from
253 # PSK can only be configured as the 64-octet hexstring (e.g., from
1470 replacement for 'eappsk' (it can also be set using hexstring to
59 MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;