Hi,

  I found the expression "8 bytes network address" in MySQL Manual
online manual.
  I know IPv4(4bytes), IPv6(16bytes).

  Please let me know what is 8 bytes network address.


http://dev.mysql.com/doc/mysql/en/Miscellaneous_functions.html

INET_ATON(expr)
    Given the dotted-quad representation of a network address as a
    string, returns an integer that represents the numeric value of
    the address. Addresses may be 4- or 8-byte addresses.

INET_NTOA(expr)
    Given a numeric network address (4 or 8 byte), returns the
    dotted-quad representation of the address as a string.

------------------------------------------------------------
Hirofumi Fujiwara (Tokyo JAPAN)  enjoy JAVA and Puzzle World
[EMAIL PROTECTED]    http://www.pro.or.jp/~fuji/index-eng.html
[EMAIL PROTECTED]     Puzzle Japan    http://www.puzzle.jp/
------------------------------------------------------------

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to