OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mldh
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mld6query/
mld6.c
59
static struct mld6_hdr
mldh
;
variable in typeref:struct:mld6_hdr
182
iov[0].iov_base = (caddr_t)&
mldh
;
183
iov[0].iov_len = sizeof(
mldh
);
187
bzero(&
mldh
, sizeof(
mldh
));
188
mldh
.mld6_type = type & 0xff;
189
mldh
.mld6_maxdelay = htons(QUERY_RESPONSE_INTERVAL);
190
mldh
.mld6_addr = *addr;
/src/sys/netinet6/
mld6.c
349
struct mld_hdr *
mldh
;
local
359
IP6_EXTHDR_GET(
mldh
, struct mld_hdr *, m, off, sizeof(*
mldh
));
360
if (
mldh
== NULL) {
394
IN6_PRINT(ip6bufm, &
mldh
->mld_addr));
402
mld_addr =
mldh
->mld_addr;
420
switch (
mldh
->mld_type) {
447
timer = ntohs(
mldh
->mld_maxdelay);
505
if (!IN6_IS_ADDR_MULTICAST(&
mldh
->mld_addr))
530
log(LOG_ERR, "mld_input: illegal type(%d)",
mldh
->mld_type)
550
struct mld_hdr *
mldh
;
local
638
struct mld_hdr *
mldh
;
local
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026