Searched refs:equal (Results 1 – 11 of 11) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | raw_usrreq.c | 120 #define equal(a1, a2) \ in raw_input() macro 122 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst)) { in raw_input() 125 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src)) { in raw_input()
|
| H A D | route.c | 213 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro 1073 if (equal(rt_key(newrt), defrt->rt_gateway)) { in rtalloc1_common_locked() 1496 (!equal(src, rt->rt_gateway) || !equal(rt->rt_ifa->ifa_addr, in rtredirect() 1768 !equal(ifa->ifa_addr, (struct sockaddr *)(size_t)gw)) && in ifa_ifwithroute_common_locked() 2664 loop = equal(SA(&dst_ss), SA(&gate_ss)); in rt_setgate() 2667 equal(dst, gate)); in rt_setgate() 4195 gwrt == rt || !equal(gw, rt->rt_gateway)) { in route_to_gwroute() 4325 isequal = equal(SA(&key_ss), SA(&gw_ss)); in rt_revalidate_gwroute() 4327 isequal = equal(rt_key(gwrt), rt->rt_gateway); in rt_revalidate_gwroute()
|
| H A D | pf_ioctl.c | 258 #error PF_QNAME_SIZE must be equal to PF_TAG_NAME_SIZE
|
| /xnu-8019.80.24/tests/ |
| H A D | net_bridge.c | 319 bool equal; in ip_addresses_are_equal() local 323 equal = (ip1->ifbrip_addr.s_addr == ip2->ifbrip_addr.s_addr); in ip_addresses_are_equal() 326 equal = IN6_ARE_ADDR_EQUAL(&ip1->ifbrip_addr6, in ip_addresses_are_equal() 331 equal = false; in ip_addresses_are_equal() 334 return equal; in ip_addresses_are_equal() 2363 bool equal; in validate_mac_nat() local 2366 equal = (bcmp(eh_p->ether_shost, &port->member_mac, in validate_mac_nat() 2368 if (!equal) { in validate_mac_nat() 2372 T_ASSERT_TRUE(equal, "source address match"); in validate_mac_nat() 2411 bool equal; in validate_mac_nat_arp_out() local [all …]
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 136 * otherwise must equal args->scalarInputCount 139 * otherwise must equal length of structureInput or structureInputDescriptor 142 * otherwise must equal args->scalarOutputCount 145 * otherwise must equal length of structureOutputMaximumSize
|
| /xnu-8019.80.24/tools/tests/perf_index/ |
| H A D | README | 39 memory - initializes by allocating memory equal to half the RAM on the machine,
|
| /xnu-8019.80.24/doc/ |
| H A D | atomics.md | 227 is equal to `expected`.
|
| H A D | sched_clutch_edge.md | 228 …tric calculates the number of runnable and running threads of a higher or equal QoS that are enque… 287 …clusters of various types to ensure that all threads of the workload make equal progress aka "stir…
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | mach_port.defs | 301 * than or equal to the sync value and there are no
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | nd6.c | 113 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro 4157 !equal(SA(&gw6), rt->rt_gateway)) { in nd6_output_list()
|
| H A D | nd6_rtr.c | 153 #define equal(a1, a2) (bcmp((caddr_t)(a1), (caddr_t)(a2), (a1)->sa_len) == 0) macro
|