OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnsl
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/rtadvd/
dump.c
100
struct dnssl *
dnsl
;
local
241
TAILQ_FOREACH(
dnsl
, &rai->dnssl, next) {
243
if (
dnsl
->lifetime == ND6_INFINITE_LIFETIME)
247
(long)
dnsl
->lifetime);
248
TAILQ_FOREACH(dnsd, &
dnsl
->list, next) {
config.c
1019
struct dnssl *
dnsl
;
local
1048
TAILQ_FOREACH(
dnsl
, &rainfo->dnssl, next) {
1051
TAILQ_FOREACH(dnsd, &
dnsl
->list, next)
1198
TAILQ_FOREACH(
dnsl
, &rainfo->dnssl, next) {
1204
ndopt_dnssl->nd_opt_dnssl_lifetime = htonl(
dnsl
->lifetime);
1207
TAILQ_FOREACH(dnsd, &
dnsl
->list, next) {
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026