Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/src/dhcp6.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/src/dhcp6.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.12.2.1 retrieving revision 1.1.1.13 diff -u -p -r1.1.1.12.2.1 -r1.1.1.13 --- src/external/bsd/dhcpcd/dist/src/dhcp6.h 2020/04/12 08:29:40 1.1.1.12.2.1 +++ src/external/bsd/dhcpcd/dist/src/dhcp6.h 2019/10/16 14:50:28 1.1.1.13 @@ -167,6 +167,8 @@ enum DH6S { DH6S_RENEW_REQUESTED, DH6S_PROBE, DH6S_DELEGATED, + DH6S_TIMEDOUT, + DH6S_ITIMEDOUT, DH6S_RELEASE, DH6S_RELEASED }; @@ -218,6 +220,8 @@ struct dhcp6_state { (D6_CSTATE((ifp)) && \ D6_CSTATE((ifp))->reason && dhcp6_dadcompleted((ifp))) +int dhcp6_open(struct dhcpcd_ctx *); +void dhcp6_recvmsg(struct dhcpcd_ctx *, struct msghdr *, struct ipv6_addr *); void dhcp6_printoptions(const struct dhcpcd_ctx *, const struct dhcp_opt *, size_t); const struct ipv6_addr *dhcp6_iffindaddr(const struct interface *ifp,