Searched refs:storage (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c93 struct netsrc_req *nrq, storage; local
102 mbuf_copydata(m, 0, sizeof(storage), &storage);
103 nrq = &storage;
189 struct in6_addr *in6, storage; local
208 in6 = in6_selectsrc(dstsin6, NULL, NULL, &ro, NULL, &storage,
H A Dntstat.c1534 // Allocate storage for the descriptor message
1708 // Allocate storage for the source
1919 struct nstat_msg_hdr storage; local
1935 mbuf_copydata(m, 0, sizeof(storage), &storage);
1936 hdr = &storage;
H A Dif.c2914 struct sockaddr_storage storage; local
2953 error = dlil_resolve_multi(ifp, sa, (struct sockaddr *)&storage,
2954 sizeof (storage));
2955 if (error == 0 && storage.ss_len != 0) {
2956 llsa = copy_and_normalize((struct sockaddr *)&storage);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c186 struct in6_addr storage; local
274 in6p, &in6p->in6p_route, NULL, &storage,
H A Draw_ip6.c464 struct in6_addr storage; local
471 &in6p->in6p_route, NULL, &storage, ip6oa.ip6oa_boundif,
854 struct in6_addr storage; local
882 NULL, &storage, ifscope, &error);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c1228 u_char storage[sizeof(struct kev_in_collision) + MAX_HW_LEN]; local
1230 bzero(storage, (sizeof(struct kev_in_collision) + MAX_HW_LEN));
1231 in_collision = (struct kev_in_collision*)(void *)storage;

Completed in 33 milliseconds