]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/include/ip.h
acme(1): fix scrolling when swiping text at the top or bottom of a frame
[plan9front.git] / sys / include / ip.h
old mode 100755 (executable)
new mode 100644 (file)
index a719a1b..c2ab8dc
@@ -88,8 +88,8 @@ enum {
        V6nd_home       = 8,
        V6nd_srcaddrs   = 9,            /* rfc3122 */
        V6nd_ip         = 17,
-       /* /lib/rfc/drafts/draft-jeong-dnsop-ipv6-dns-discovery-12.txt */
-       V6nd_rdns       = 25,
+       V6nd_rdns       = 25,           /* rfc6106 */
+       V6nd_rdnssl     = 31,
        /* plan 9 extensions */
        V6nd_9fs        = 250,
        V6nd_9auth      = 251,
@@ -161,9 +161,9 @@ void        maskip(uchar*, uchar*, uchar*);
 int    eipfmt(Fmt*);
 int    isv4(uchar*);
 vlong  parseip(uchar*, char*);
-vlong  parseipmask(uchar*, char*);
+vlong  parseipmask(uchar*, char*, int);
+vlong  parseipandmask(uchar*, uchar*, char*, char*);
 char*  v4parseip(uchar*, char*);
-char*  v4parsecidr(uchar*, uchar*, char*);
 int    parseether(uchar*, char*);
 int    myipaddr(uchar*, char*);
 int    myetheraddr(uchar*, char*);