libowfat_scan_ip6_flat man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

scan_ip6_flat(3)					      scan_ip6_flat(3)

NAME
       scan_ip6_flat - parse an IPv6 number in flat ASCII representation

SYNTAX
       #include <ip6.h>

       int scan_ip6_flat(const char *src,char ip[16]);

DESCRIPTION
       scan_ip6_flat  parses  an IPv6 number in flat ASCII representation from
       src and writes the result into ip. It returns the number of bytes  read
       from src or 0 if the parsing failed.

       scan_ip6_flat accepts upper and lower case hex letters.

       The flat representation should have been output by fmt_ip6_flat.

EXAMPLE
       #include <str.h>
       #include <ip6.h>

	 char buf[]="00000000000000000000000000000001";
	 char ip[16];
	 if (scan_ip6_flat(buf,ip) != str_len(buf))
	   parse_error();

SEE ALSO
       fmt_ip6_flat(3), scan_ip6(3)

							      scan_ip6_flat(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net