Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_usrreq.c694 } *uhp; in udp6_ctlinput() local
739 if (m->m_pkthdr.len < off + sizeof(*uhp)) { in udp6_ctlinput()
744 m_copydata(m, off, sizeof(*uhp), (caddr_t)&uh); in udp6_ctlinput()