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

  /src/usr.sbin/altq/libaltq/
quip_server.c 332 char src6[INET6_ADDRSTRLEN], smask6[INET6_ADDRSTRLEN]; local
356 snprintf(src6, sizeof(src6), "0");
360 src6, sizeof(src6));
381 src6, smask6,
  /src/sys/netinet/
udp_usrreq.c 403 struct sockaddr_in6 src6, dst6; local
405 memset(&src6, 0, sizeof(src6));
406 src6.sin6_family = AF_INET6;
407 src6.sin6_len = sizeof(struct sockaddr_in6);
408 in6_in_2_v4mapin6(&ip->ip_src, &src6.sin6_addr);
409 src6.sin6_port = uh->uh_sport;
416 n += udp6_realinput(AF_INET, &src6, &dst6, &m, iphlen);
tcp_subr.c 1393 struct in6_addr src6, dst6; local
1420 in6_in_2_v4mapin6(&ip->ip_src, &src6);
1428 th->th_dport, &src6, th->th_sport, 0, 0)) != NULL)
  /src/sys/netinet6/
icmp6.c 2230 icmp6_redirect_diag(char *buf, size_t buflen, struct in6_addr *src6,
2237 IN6_PRINT(ip6bufs, src6), IN6_PRINT(ip6bufd, dst6),
2254 struct in6_addr src6 = ip6->ip6_src; local
2287 if (!IN6_IS_ADDR_LINKLOCAL(&src6)) {
2290 "must be from linklocal\n", IN6_PRINT(ip6buf, &src6));
2297 IN6_PRINT(ip6buf, &src6), ip6->ip6_hlim);
2315 &src6, &reddst6, &redtgt6));
2321 if (memcmp(&src6, gw6, sizeof(struct in6_addr)) != 0) {
2327 &src6, &reddst6, &redtgt6));
2335 &src6, &reddst6, &redtgt6))
    [all...]
udp6_usrreq.c 421 struct in6_addr src6, *dst6; local
434 src6 = src->sin6_addr;
487 &src6) || inp->inp_fport != sport)
490 if (IN6_IS_ADDR_V4MAPPED(&src6) &&
514 inp = in6pcb_lookup(&udbtable, &src6, sport, dst6,

Completed in 20 milliseconds