Searched refs:forward (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.61.5/libkern/os/ |
| H A D | cpp_util.h | 105 constexpr T && forward(os::remove_reference_t<T>&t) noexcept { 110 constexpr T && forward(os::remove_reference_t<T>&& t) noexcept {
|
| /xnu-11215.61.5/libkern/libkern/c++/ |
| H A D | intrusive_shared_ptr.h | 59 constexpr T && forward(remove_reference_t<T>&t) noexcept { 64 constexpr T && forward(remove_reference_t<T>&& t) noexcept {
|
| /xnu-11215.61.5/doc/building/ |
| H A D | xnu_build_consolidation.md | 16 builds across different SoCs moving forward.
|
| /xnu-11215.61.5/bsd/netinet/ |
| H A D | ip_input.c | 2811 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-11215.61.5/osfmk/mach/ |
| H A D | mach_vm.defs | 308 * The behavior value is one of {default, random, forward
|
| H A D | vm_map.defs | 263 * The behavior value is one of {default, random, forward
|
| /xnu-11215.61.5/bsd/net/ |
| H A D | if_bridge.c | 9140 mblist forward; 9145 mblist_init(&forward); 9162 mblist_append(&forward, scan); 9173 *forward_head = forward.head; 10358 mbuf_ref_t forward = NULL; 10363 list.head, &forward); 10373 if (forward != NULL) { 10375 forward);
|
| /xnu-11215.61.5/doc/vm/ |
| H A D | freezer.md | 28 …mapped into the same process in multiple places though, so we do a quick forward scan in the map a…
|