HomeSort by: relevance | last modified time | path
    Searched refs:IN6_PRINT (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/netinet6/
nd6_rtr.c 77 ip6->ip6_hlim, IN6_PRINT(ip6bufs, &ip6->ip6_src),
78 IN6_PRINT(ip6bufd, &ip6->ip6_dst), if_name(ifp));
105 IN6_PRINT(ip6bufs, &saddr6));
136 IN6_PRINT(ip6bufs, &saddr6),
ip6_mroute.c 781 IN6_PRINT(ip6bufo,
783 IN6_PRINT(ip6bufm,
812 IN6_PRINT(ip6bufo,
814 IN6_PRINT(ip6bufm,
822 IN6_PRINT(ip6bufo,
824 IN6_PRINT(ip6bufm,
867 IN6_PRINT(ip6bufo,
869 IN6_PRINT(ip6bufm,
971 IN6_PRINT(ip6bufo, &origin.sin6_addr),
972 IN6_PRINT(ip6bufm, &mcastgrp.sin6_addr))
    [all...]
nd6_nbr.c 140 ip6->ip6_hlim, IN6_PRINT(ip6buf, &ip6->ip6_src),
141 IN6_PRINT(ip6buf2, &ip6->ip6_dst), if_name(ifp));
167 IN6_PRINT(ip6buf, &saddr6), if_name(ifp));
288 IN6_PRINT(ip6buf, &taddr6),
295 IN6_PRINT(ip6buf, &saddr6));
383 nd6log(LOG_ERR, "src=%s\n", IN6_PRINT(ip6buf, &saddr6));
384 nd6log(LOG_ERR, "dst=%s\n", IN6_PRINT(ip6buf, &daddr6));
385 nd6log(LOG_ERR, "tgt=%s\n", IN6_PRINT(ip6buf, &taddr6));
508 IN6_PRINT(ip6buf, &dst_sa.sin6_addr),
638 ip6->ip6_hlim, IN6_PRINT(ip6buf, &ip6->ip6_src)
    [all...]
ip6_forward.c 102 IN6_PRINT(sbuf, &ip6->ip6_src), srcifp ? if_name(srcifp) : "?",
103 IN6_PRINT(dbuf, &ip6->ip6_dst), dstifp ? if_name(dstifp) : "?",
366 IN6_PRINT(ip6bufs, &ip6->ip6_src),
367 IN6_PRINT(ip6bufd, &ip6->ip6_dst),
scope6.c 246 IN6_PRINT(ip6buf, &sin6->sin6_addr), sin6->sin6_scope_id);
306 __func__, if_name(ifp), IN6_PRINT(ip6buf, in6));
in6_src.c 152 IN6_PRINT(_buf1, &ia_best->ia_addr.sin6_addr) : "none", \
153 IN6_PRINT(_buf2, &ia->ia_addr.sin6_addr), (r)); \
161 IN6_PRINT(_buf1, &ia_best->ia_addr.sin6_addr) : "none", \
162 IN6_PRINT(_buf2, &ia->ia_addr.sin6_addr), (r)); \
629 IN6_PRINT(ip6buf, &dstsock->sin6_addr));
633 IN6_PRINT(ip6buf, &dstsock->sin6_addr),
icmp6.c 563 icmp6->icmp6_type, sum, IN6_PRINT(ip6buf, &ip6->ip6_src));
909 IN6_PRINT(ip6buf, &ip6->ip6_src),
910 IN6_PRINT(ip6buf2, &ip6->ip6_dst),
2179 IN6_PRINT(ip6buf, &sin6.sin6_addr), e);
2237 IN6_PRINT(ip6bufs, src6), IN6_PRINT(ip6bufd, dst6),
2238 IN6_PRINT(ip6buft, tgt6));
2290 "must be from linklocal\n", IN6_PRINT(ip6buf, &src6));
2297 IN6_PRINT(ip6buf, &src6), ip6->ip6_hlim);
2325 IN6_PRINT(ip6buf, gw6)
    [all...]
in6.c 863 IN6_PRINT(ip6buf, &llsol), if_name(ifp), error);
940 IN6_PRINT(ip6buf, &mltaddr.sin6_addr),
965 IN6_PRINT(ip6buf, &mltaddr.sin6_addr),
1039 IN6_PRINT(ip6buf, &mltaddr.sin6_addr),
1188 IN6_PRINT(ip6buf, &ifra->ifra_addr.sin6_addr));
2237 IN6_PRINT(ip6buf,
2317 IN6_PRINT(ip6buf, &ia->ia_addr.sin6_addr));
2459 IN6_PRINT(ip6buf,
in6_gif.c 387 IN6_PRINT(ip6buf, &u.sin6.sin6_addr));
mld6.c 393 IN6_PRINT(ip6bufs,&ip6->ip6_src),
394 IN6_PRINT(ip6bufm, &mldh->mld_addr));
in6.h 727 int in6_print(char *, size_t, const struct in6_addr *);
728 #define IN6_PRINT(b, a) (in6_print((b), sizeof(b), (a)), (b))
ip6_input.c 500 IN6_PRINT(ip6bufs, &ip6->ip6_src),
501 IN6_PRINT(ip6bufd, &ip6->ip6_dst));
nd6.c 1046 IN6_PRINT(ip6buf, &llsol), error);
1619 IN6_PRINT(ip6buf, &dst->sin6_addr), ln, rt);
ip6_output.c 602 IN6_PRINT(ip6buf, &src0), curproc->p_pid);
  /src/sys/netinet/
portalgo.c 796 DPRINTF("local addr: %s\n", IN6_PRINT(buf, &in6p_laddr(inp)));
798 DPRINTF("foreign addr: %s\n", IN6_PRINT(buf,
dccp_usrreq.c 376 strlcat(dbuf, IN6_PRINT(ip6buf, &ip6->ip6_dst), sizeof dbuf);
379 strlcat(sbuf, IN6_PRINT(ip6buf, &ip6->ip6_src), sizeof sbuf);
sctp_asconf.c 986 strlcpy(buf, IN6_PRINT(ip6buf, &sin6->sin6_addr), sizeof(buf));
1679 strlcpy(buf, IN6_PRINT(ip6buf, &sin6->sin6_addr), sizeof(buf));
ip_carp.c 746 IN6_PRINT(ip6buf, &ip6->ip6_src)));
sctputil.c 2896 IN6_PRINT(ip6buf, &sin6->sin6_addr), ntohs(sin6->sin6_port),
  /src/sys/kern/
uipc_mbufdebug.c 183 return IN6_PRINT(buf, ap);
  /src/sys/net/
if_llatbl.c 853 IN6_PRINT(l3s, &sin6->sin6_addr);
if_spppsubr.c 4190 IN6_PRINT(ip6buf, &desiredaddr),
4215 addlog(" %s [%s]", IN6_PRINT(ip6buf, &desiredaddr),
4239 cpname, IN6_PRINT(ip6buf, &suggestaddr));
4390 IN6_PRINT(ip6buf, &suggestaddr));
if_wg.c 3088 IN6_PRINT(addrstr, &ip6->ip6_src);

Completed in 82 milliseconds