Searched refs:octet (Results 1 – 25 of 75) sorted by relevance
123
49 int octet; in isValidIPv4() local65 octet = Integer.parseInt(temp.substring(start, pos)); in isValidIPv4()71 if (octet < 0 || octet > 255) in isValidIPv4()131 int octet; in isValidIPv6() local163 octet = Integer.parseInt(temp.substring(start, pos), 16); in isValidIPv6()169 if (octet < 0 || octet > 0xffff) in isValidIPv6()
50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))51 addr4 {octet}\.{octet}\.{octet}\.{octet}
26 zip=application/octet-stream27 exe=application/octet-stream28 class=application/octet-stream
330 octet; in WBMPWriteInteger() local337 octet=(unsigned char) ((value >> bits) & 0x7f); in WBMPWriteInteger()338 if ((flag == 0) && (octet != 0)) in WBMPWriteInteger()343 buffer[4-i]=octet | (i && (flag || octet))*(0x01 << 7); in WBMPWriteInteger()
35 mode: octet41 mode: octet
46 mode: octet52 mode: octet
91 mode: octet97 mode: octet
32 mode: octet
39 mode: octet
40 mode: octet
35 mode: octet
41 mode: octet
286 int octet; local291 for (j = 0, octet = 0; '0' <= *s && *s <= '9' && j < 3; s++, j++)292 octet = octet * 10 + (*s - '0');293 if (j == 0 || octet > 255 || *s != delimiters[i])
161 octet = "([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])"162 pattern = "^" + octet1 + "\.(" + octet + "\.){2}" + octet + "$"
177 static u8 rotate_bits(u8 octet) in rotate_bits() argument185 if (octet & 1) in rotate_bits()187 octet >>= 1; in rotate_bits()
595 public static boolean isBase64(byte octet) { in isBase64() argument596 … return octet == PAD || (octet >= 0 && octet < DECODE_TABLE.length && DECODE_TABLE[octet] != -1); in isBase64()
59 - Packet direction (in/out) (1 octet)60 - Link layer hardware signal status (1 octet)62 - Encapsulated WAN protocol ID (1 octet)
88 dbus_ip = dbus.Array([dbus.Byte(int(octet))89 for octet in self.ip_info.addr.split('.')])
3 # Warning: unknown mime-type for "hello\n" -- using "application/octet-stream"
22 'octet', that is, eight bits. This has not always been the case;33 octet (eight bits) and a word to be a group of two, four or eight37 that a byte is one octet for purposes of example.45 $n$ ($n=7$ in an octet) for the