Searched refs:panicd_port (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c278 static unsigned int panicd_port = CORE_REMOTE_PORT; variable
444 if (!PE_parse_boot_argn("panicd_port", &panicd_port, sizeof (panicd_port)))
445 panicd_port = CORE_REMOTE_PORT;
931 if (panicd_port == (ntohs(ui->ui_dport)) &&
1458 ui->ui_sport = htons(panicd_port);
1459 ui->ui_dport = ((request == KDP_WRQ) ? htons(panicd_port) : last_panic_port);
1783 panicd_port = port;
1855 *port = panicd_port;
[all...]

Completed in 21 milliseconds