Home
last modified time | relevance | path

Searched refs:dst_address (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netipsec/
HDipsec_input.c121 union sockaddr_union dst_address; in ipsec_common_input() local
172 bzero(&dst_address, sizeof (dst_address)); in ipsec_common_input()
173 dst_address.sa.sa_family = af; in ipsec_common_input()
177 dst_address.sin.sin_len = sizeof(struct sockaddr_in); in ipsec_common_input()
180 (caddr_t) &dst_address.sin.sin_addr); in ipsec_common_input()
185 dst_address.sin.sin_port = ((u_int16_t *)(tag + 1))[1]; in ipsec_common_input()
191 dst_address.sin6.sin6_len = sizeof(struct sockaddr_in6); in ipsec_common_input()
194 (caddr_t) &dst_address.sin6.sin6_addr); in ipsec_common_input()
196 if (IN6_IS_SCOPE_LINKLOCAL(&dst_address.sin6.sin6_addr)) { in ipsec_common_input()
198 dst_address.sin6.sin6_scope_id = in ipsec_common_input()
[all …]
/NextBSD/contrib/binutils/bfd/
HDreloc16.c294 unsigned int dst_address = 0; local
300 while (dst_address < link_order->size)
313 run = link_order->size - dst_address;
318 data[dst_address++] = data[src_address++];
325 &dst_address);
HDbout.c1251 unsigned int dst_address = 0; in b_out_bfd_get_relocated_section_contents() local
1257 while (dst_address < link_order->size) in b_out_bfd_get_relocated_section_contents()
1270 run = link_order->size - dst_address; in b_out_bfd_get_relocated_section_contents()
1274 data[dst_address++] = data[src_address++]; in b_out_bfd_get_relocated_section_contents()
1283 src_address + data, dst_address + data, in b_out_bfd_get_relocated_section_contents()
1286 dst_address += 4; in b_out_bfd_get_relocated_section_contents()
1292 data + dst_address); in b_out_bfd_get_relocated_section_contents()
1294 dst_address += 4; in b_out_bfd_get_relocated_section_contents()
1298 src_address, dst_address, input_section, in b_out_bfd_get_relocated_section_contents()
1301 dst_address += 4; in b_out_bfd_get_relocated_section_contents()
[all …]
HDChangeLog-91934391 PCREL13): Don't take dst_address into account; the input file has