Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dudp_var.h82 #define ui_dst ui_i.ih_dst macro
H A Dudp_usrreq.c1816 ui->ui_dst = faddr; in udp_output()
1852 ui->ui_sum = in_pseudo(ui->ui_src.s_addr, ui->ui_dst.s_addr, in udp_output()
1869 ui->ui_src.s_addr, ui->ui_dst.s_addr, ui->ui_ulen); in udp_output()
1950 if (IN_MULTICAST(ntohl(ui->ui_dst.s_addr)) && in udp_output()
/xnu-8796.121.2/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()