X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Finet.h;h=675a7dbe86f876d68cbd7d9573b74e305e7091d8;hb=a80958f4849316a18c06f75b9e850ccecbf20df8;hp=6c5587af118d477354d7f738a688babd6524340f;hpb=94bc2be31a01a3055ec94176e595dfe208e92d3b;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/inet.h b/include/linux/inet.h index 6c5587af118d..675a7dbe86f8 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h @@ -46,5 +46,7 @@ #include extern __be32 in_aton(const char *str); +extern int in4_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); +extern int in6_pton(const char *src, int srclen, u8 *dst, int delim, const char **end); #endif #endif /* _LINUX_INET_H */