Home
last modified time | relevance | path

Searched refs:ui_dst (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dudp_var.h82 #define ui_dst ui_i.ih_dst macro
H A Dudp_usrreq.c1801 ui->ui_dst = faddr; in udp_output()
1837 ui->ui_sum = in_pseudo(ui->ui_src.s_addr, ui->ui_dst.s_addr, in udp_output()
1854 ui->ui_src.s_addr, ui->ui_dst.s_addr, ui->ui_ulen); in udp_output()
1935 if (IN_MULTICAST(ntohl(ui->ui_dst.s_addr)) && in udp_output()
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_udp.c133 #define ui_dst ui_i.ih_dst macro
574 ui->ui_src = ui->ui_dst; in kdp_reply()
575 ui->ui_dst = tmp_ipaddr; in kdp_reply()
652 ui->ui_dst = adr.rmt.in; in kdp_send()
1008 adr.loc.in = ui->ui_dst; in kdp_poll()
1542 ui->ui_dst.s_addr = panic_server_ip; in create_panic_header()