Query: scan_ip6_flat
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
scan_ip6_flat(3) Library Functions Manual scan_ip6_flat(3)NAMEscan_ip6_flat - parse an IPv6 number in flat ASCII representationSYNTAX#include <ip6.h> int scan_ip6_flat(const char *src,char ip[16]);DESCRIPTIONscan_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 ALSOfmt_ip6_flat(3), scan_ip6(3) scan_ip6_flat(3)
Related Man Pages |
---|
stpncpy(3) - mojave |
scan_ip6if(3) - debian |
x86_format_insn(3) - debian |
lwres_inetntop(3) - centos |
lwres_inetntop(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
New UNIX and Linux History Sections |