summaryrefslogtreecommitdiff
path: root/sys/netinet/dccp_usrreq.c
AgeCommit message (Expand)Author
2017-05-07Change bzero -> memset, bcopy -> memcpy.rjs
2017-05-07Change SPL around call to in_pcbbind().rjs
2017-05-07Remove some foreign conditional code, NFC intended.rjs
2017-03-03Pass inpcb/in6pcb instead of socket to ip_output/ip6_outputozaki-r
2017-01-16ip6_sprintf -> IN6_PRINT so that we pass the size.christos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2016-12-13Remove unnecessary inclusions of nd6.hozaki-r
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-27Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifpozaki-r
2015-04-26remove pr_generic from struct pr_usrreqs and all implementations ofrtr
2015-04-24make accept, getsockname and getpeername syscalls use sockaddr_big and modifyrtr
2015-04-04* update dccp_bind for struct mbuf * to struct sockaddr * parameter changertr
2015-02-10Add DCCP protocol support from KAME.rjs