Searched refs:destination (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dflipc_cb.h631 FLIPC_address_t destination; /* For sending. */ member in union:flipc_data_buffer::__anon1229
1066 FLIPC_address_t null_destination; /* Local null destination value. */
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h102 * to the destination port and holds a ref for it)
125 struct ipc_port *destination; member in union:ipc_port::__anon996
175 #define ip_destination data.destination
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h331 @param dest The higher layer protocol destination (i.e. IP address).
454 destination.
459 @param dest The protocol level destination address.
462 @param link_layer_dest The media specific destination.
552 should be NULL and the link-layer destination for the back
554 used for both the link-layer destination and the target hardware
1823 @param dest The destination address of protocol_family type. This
2469 @discussion Copies the destination address out of the ifaddr.
2471 @param out_dstaddr The sockaddr storage for the destination address.
2472 @param dstaddr_size The size of the storage for the destination addres
[all...]
H A Dkpi_interface.c1986 ifaddr_withroute(int flags, const struct sockaddr *destination, argument
1989 if (destination == NULL || gateway == NULL)
1992 return (ifa_ifwithroute(flags, destination, gateway));
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save32 llap->destination = ddp->dst_node;
110 ddp->dst_node = llap->destination;

Completed in 41 milliseconds