Home
last modified time | relevance | path

Searched refs:forward (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/libkern/os/
H A Dcpp_util.h105 constexpr T && forward(os::remove_reference_t<T>&t) noexcept {
110 constexpr T && forward(os::remove_reference_t<T>&& t) noexcept {
/xnu-11417.101.15/libkern/libkern/c++/
H A Dintrusive_shared_ptr.h59 constexpr T && forward(remove_reference_t<T>&t) noexcept {
64 constexpr T && forward(remove_reference_t<T>&& t) noexcept {
/xnu-11417.101.15/doc/building/
H A Dxnu_build_consolidation.md16 builds across different SoCs moving forward.
/xnu-11417.101.15/bsd/net/
H A Dif_bridge.c8435 mblist forward;
8440 mblist_init(&forward);
8457 mblist_append(&forward, scan);
8468 *forward_head = forward.head;
9683 mbuf_ref_t forward = NULL;
9688 list.head, &forward);
9698 if (forward != NULL) {
9700 forward);
/xnu-11417.101.15/bsd/netinet/
H A Dip_input.c2811 int opt, optlen, cnt, off, type = ICMP_PARAMPROB, forward = 0; in ip_dooptions() local
2964 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr)); in ip_dooptions()
3084 if (forward && ipforwarding) { in ip_dooptions()
/xnu-11417.101.15/osfmk/mach/
H A Dvm_map.defs263 * The behavior value is one of {default, random, forward
H A Dmach_vm.defs308 * The behavior value is one of {default, random, forward
/xnu-11417.101.15/doc/vm/
H A Dfreezer.md28 …mapped into the same process in multiple places though, so we do a quick forward scan in the map a…