send.4 (0d9deed52c5ed3b24d2da5ec3a0a172fe9092a96) | send.4 (7646a8416114491293309154d20748ea6764d42b) |
---|---|
1.\"- 2.\" Copyright (c) 2010 Ana Kukec 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 24 unchanged lines hidden (view full) --- 33.Nd "Kernel side support for Secure Neighbor Discovery (SeND)" 34.Sh SYNOPSIS 35.In sys/socket.h 36.In netinet/in.h 37.In netinet6/send.h 38.Ft int 39.Fn socket PF_INET6 SOCK_RAW IPPROTO_SEND 40.Pp | 1.\"- 2.\" Copyright (c) 2010 Ana Kukec 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 24 unchanged lines hidden (view full) --- 33.Nd "Kernel side support for Secure Neighbor Discovery (SeND)" 34.Sh SYNOPSIS 35.In sys/socket.h 36.In netinet/in.h 37.In netinet6/send.h 38.Ft int 39.Fn socket PF_INET6 SOCK_RAW IPPROTO_SEND 40.Pp |
41To enable 42.Ns Nm 43support, load the kernel side SeND as a module. 44To load it at boot time, add the following line to | 41To load the driver as a module at boot time, place the following line in |
45.Xr loader.conf 5 : 46.Bd -literal -offset indent 47send_load="YES" 48.Ed 49.Sh DESCRIPTION 50IPv6 nodes use the Neighbor Discovery Protocol (NDP) to discover other nodes 51on the link, to determine their link-layer addresses to find routers, and 52to maintain reachability information about the paths to active members. --- 165 unchanged lines hidden --- | 42.Xr loader.conf 5 : 43.Bd -literal -offset indent 44send_load="YES" 45.Ed 46.Sh DESCRIPTION 47IPv6 nodes use the Neighbor Discovery Protocol (NDP) to discover other nodes 48on the link, to determine their link-layer addresses to find routers, and 49to maintain reachability information about the paths to active members. --- 165 unchanged lines hidden --- |