OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_OPT_DNSSL
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
ipv6rs.c
73
#ifndef
ND_OPT_DNSSL
74
#define
ND_OPT_DNSSL
31
75
struct
nd_opt_dnssl
{ /* DNSSL option RFC 6106 */
struct
281
struct
nd_opt_dnssl
*dnssl;
490
case
ND_OPT_DNSSL
:
491
dnssl = (struct
nd_opt_dnssl
*)p;
493
op = p + offsetof(struct
nd_opt_dnssl
,
612
case
ND_OPT_DNSSL
:
/bionic/libc/include/netinet/
icmp6.h
313
#define
ND_OPT_DNSSL
31 /* RFC 6016 */
361
struct
nd_opt_dnssl
{ /* DNSSL option RFC 6106 */
struct
Completed in 372 milliseconds