Searched refs:ip_addr (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/osfmk/kdp/ |
| H A D | kdp_udp.c | 1027 transmit_ARP_request(uint32_t ip_addr) in transmit_ARP_request() argument 1047 memcpy(ea->arp_tpa, (void *) &ip_addr, sizeof(ip_addr)); in transmit_ARP_request() 1202 unsigned int ip_addr = ntohl(kdp_get_ip_address()); in kdp_connection_wait() local 1231 (ip_addr & 0xff000000) >> 24, in kdp_connection_wait() 1232 (ip_addr & 0xff0000) >> 16, in kdp_connection_wait() 1233 (ip_addr & 0xff00) >> 8, in kdp_connection_wait() 1234 (ip_addr & 0xff)); in kdp_connection_wait() 1237 (ip_addr & 0xff000000) >> 24, in kdp_connection_wait() 1238 (ip_addr & 0xff0000) >> 16, in kdp_connection_wait() 1239 (ip_addr & 0xff00) >> 8, in kdp_connection_wait() [all …]
|
| /xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1121 struct ifnet *ifp, struct sockaddr *ip_addr __unused, in fsw_ifnet_event_callback()
|