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