Searched refs:dstsock (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/netinet6/ ! |
| H A D | raw_ip6.c | 363 struct sockaddr_in6 *dstsock, in rip6_output() argument 402 if (CFIL_DGRAM_FILTERED(so) && !dstsock) { in rip6_output() 411 dstsock = cfil_sin6; in rip6_output() 427 if (dstsock != NULL) { in rip6_output() 440 dstsock = &tmp; in rip6_output() 442 if (dstsock == NULL) { in rip6_output() 446 tmp = *dstsock; in rip6_output() 447 dstsock = &tmp; in rip6_output() 451 if (dstsock->sin6_scope_id == 0) { /* not change if specified */ in rip6_output() 452 dstsock->sin6_scope_id = scope6_addr2default(&dstsock->sin6_addr); in rip6_output() [all …]
|
| H A D | in6_src.c | 283 in6_selectsrc_core(struct sockaddr_in6 *dstsock, uint32_t hint_mask, in in6_selectsrc_core() argument 297 VERIFY(dstsock != NULL); in in6_selectsrc_core() 309 dst = dstsock->sin6_addr; /* make a copy for local operation */ in in6_selectsrc_core() 479 dst_policy = in6_addrsel_lookup_policy(dstsock); in in6_selectsrc_core() 647 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc() argument 713 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa, in in6_selectsrc() 773 if ((*errorp = in6_selectif(dstsock, opts, mopts, ro, &ip6oa, in in6_selectsrc() 794 if (in6_selectsrc_core(dstsock, hint_mask, ifp, inp_debug, src_storage, in in6_selectsrc() 838 selectroute(struct sockaddr_in6 *srcsock, struct sockaddr_in6 *dstsock, in selectroute() argument 849 struct in6_addr *dst = &dstsock->sin6_addr; in selectroute() [all …]
|