Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/
H A Dkdp_udp.c1523 struct corehdr *coreh; in create_panic_header() local
1570 coreh = (struct corehdr *) &pkt.data[pkt.off]; in create_panic_header()
1571 coreh->th_opcode = htons((u_short)request); in create_panic_header()
1574 char *cp = coreh->th_u.tu_rpl; in create_panic_header()
1600 coreh->th_block = htonl((unsigned int) block); in create_panic_header()
1612 return coreh; in create_panic_header()