Searched refs:octet (Results 1 – 25 of 65) 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}
13 Content-Type: application/octet-stream21 Content-Type: application/octet-stream35 Content-Type: application/octet-stream43 Content-Type: application/octet-stream57 Content-Type: application/octet-stream65 Content-Type: application/octet-stream
39 Content-Type: application/octet-stream53 Content-Type: application/octet-stream61 Content-Type: application/octet-stream75 Content-Type: application/octet-stream83 Content-Type: application/octet-stream
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()
37 unsigned char octet[ETHER_ADDR_LEN]; member140 e->octet[i] = eth[i]; in parse_ether_buf()213 if (!memcmp(&e->octet, &cache->eth_addr, ETHER_ADDR_LEN)) { in ether_ntohost()
35 mode: octet41 mode: octet
46 mode: octet52 mode: octet
91 mode: octet97 mode: octet
39 mode: octet
32 mode: octet
40 mode: octet
35 mode: octet
161 octet = "([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])"162 pattern = "^" + octet1 + "\.(" + octet + "\.){2}" + 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])
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()
88 dbus_ip = dbus.Array([dbus.Byte(int(octet))89 for octet in self.ip_info.addr.split('.')])
59 - Packet direction (in/out) (1 octet)60 - Link layer hardware signal status (1 octet)62 - Encapsulated WAN protocol ID (1 octet)
3 # Warning: unknown mime-type for "hello\n" -- using "application/octet-stream"