HomeSort by: relevance | last modified time | path
    Searched defs:mld (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mld6query/
mld6.c 251 struct mld6_hdr *mld; local in function:dump
267 mld = (struct mld6_hdr *)buf;
272 switch (mld->mld6_type) {
283 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld6_addr,
mld6.c 251 struct mld6_hdr *mld; local in function:dump
267 mld = (struct mld6_hdr *)buf;
272 switch (mld->mld6_type) {
283 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld6_addr,
mld6.c 251 struct mld6_hdr *mld; local in function:dump
267 mld = (struct mld6_hdr *)buf;
272 switch (mld->mld6_type) {
283 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld6_addr,

Completed in 80 milliseconds