We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdc2e5 commit 01ac53eCopy full SHA for 01ac53e
src/os-freebsd.h
@@ -19,6 +19,10 @@
19
20
#define INADDR_ALLIGMPV3_GROUP ((in_addr_t) 0xe0000016)
21
22
+#ifndef LOGIN_NAME_MAX
23
+#define LOGIN_NAME_MAX 256
24
+#endif
25
+
26
static inline unsigned short ip_data_len(const struct ip *ip)
27
{
28
#if __FreeBSD_version >= 1100030
src/os-openbsd.h
@@ -12,6 +12,10 @@
12
#define INADDR_ALLRTRS_GROUP INADDR_ALLROUTERS_GROUP
13
14
15
16
17
18
return ntohs(ip->ip_len) - (ip->ip_hl << 2);
0 commit comments