inet_addr()

Last-modified: 2006-12-10 (日) 18:07:30

[star] 文字列としてのIPを 4バイト整数に変換
unsigned long inet_addr (
  const char * cp
);

[tip] パラメータ

cp

  • [in] Null-terminated character string representing a number expressed in the Internet standard ".'' (dotted) notation.