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

/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c321 struct rt_msghdr *rtm = NULL; local
348 if (len < sizeof(*rtm) ||
353 R_Malloc(rtm, struct rt_msghdr *, len);
354 if (rtm == NULL) {
358 m_copydata(m, 0, len, (caddr_t)rtm);
359 if (rtm->rtm_version != RTM_VERSION) {
368 if (rtm->rtm_type == RTM_GET_SILENT) {
372 rtm->rtm_type = RTM_GET;
379 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
384 rtm
1016 struct rt_msghdr *rtm; local
1187 struct rt_msghdr *rtm = (struct rt_msghdr *)(void *)cp0; local
1205 struct rt_msghdr *rtm; local
1316 struct rt_msghdr *rtm; local
1404 struct rt_msghdr *rtm = local
1422 struct rt_msghdr2 *rtm = local
[all...]

Completed in 38 milliseconds