summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-17 13:00:18 +0000
committerbz <bz@FreeBSD.org>2008-12-17 13:00:18 +0000
commitb1db56aa98b15cfd499cef9616516622f29ad0b4 (patch)
tree25d063d5e1e8efdb96e60a55d552b53db514c8d4 /sys/netinet6/udp6_usrreq.c
parentea0d9d2e9af995a203d1871d5aded293a98f5d68 (diff)
downloadFreeBSD-src-b1db56aa98b15cfd499cef9616516622f29ad0b4.zip
FreeBSD-src-b1db56aa98b15cfd499cef9616516622f29ad0b4.tar.gz
Another step assimilating IPv[46] PCB code:
normalize IN6P_* compat flags usage to their equialent INP_* counterpart. Discussed with: rwatson Reviewed by: rwatson MFC after: 4 weeks
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index 7cba5ac..f1634cb 100644
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -153,7 +153,7 @@ udp6_append(struct inpcb *inp, struct mbuf *n, int off,
}
#endif
opts = NULL;
- if (inp->inp_flags & IN6P_CONTROLOPTS ||
+ if (inp->inp_flags & INP_CONTROLOPTS ||
inp->inp_socket->so_options & SO_TIMESTAMP)
ip6_savecontrol(inp, n, &opts);
m_adj(n, off + sizeof(struct udphdr));
OpenPOWER on IntegriCloud