OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_OPT_DNSSL
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/rtadvd/
rtadvd.c
138
[
ND_OPT_DNSSL
] = NDOPT_FLAG_DNSSL,
1402
hdr->nd_opt_type !=
ND_OPT_DNSSL
)
1426
(hdr->nd_opt_type ==
ND_OPT_DNSSL
&&
1427
optlen < (int)sizeof(struct
nd_opt_dnssl
)))
1438
case
ND_OPT_DNSSL
:
config.c
1018
struct
nd_opt_dnssl
*ndopt_dnssl;
1049
packlen += sizeof(struct
nd_opt_dnssl
);
1200
ndopt_dnssl = (struct
nd_opt_dnssl
*)buf;
1201
ndopt_dnssl->nd_opt_dnssl_type =
ND_OPT_DNSSL
;
/src/sys/netinet/
icmp6.h
318
#define
ND_OPT_DNSSL
31 /* RFC 6016 */
378
struct
nd_opt_dnssl
{ /* DNSSL option RFC 6106 */
struct
/src/external/bsd/dhcpcd/dist/src/
ipv6nd.c
100
#ifndef
ND_OPT_DNSSL
101
#define
ND_OPT_DNSSL
31
102
struct
nd_opt_dnssl
{ /* DNSSL option RFC 6106 */
struct
109
__CTASSERT(sizeof(struct
nd_opt_dnssl
) == 8);
1714
struct
nd_opt_dnssl
dnssl;
1816
case
ND_OPT_DNSSL
:
/src/external/bsd/tcpdump/dist/
print-icmp6.c
291
#define
ND_OPT_DNSSL
31
331
struct
nd_opt_dnssl
{ /* DNSSL RFC 6106 5.2 */
struct
715
{
ND_OPT_DNSSL
, "dnssl"},
1405
const struct
nd_opt_dnssl
*opds;
1477
case
ND_OPT_DNSSL
:
1478
opds = (const struct
nd_opt_dnssl
*)op;
Completed in 32 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026