/src/sys/compat/net/ |
route.h | 69 u_char rtm_type; /* message type */ member in struct:rt_msghdr50
|
/src/sys/net/ |
rtsock_shared.c | 230 /* Ensure we can access rtm_type */ 232 offsetof(struct rt_xmsghdr, rtm_type) + sizeof(rtm.rtm_type)) 235 m_copydata(m, offsetof(struct rt_xmsghdr, rtm_type), 236 sizeof(rtm.rtm_type), &rtm.rtm_type); 237 if (rtm.rtm_type >= sizeof(rop->rocb_msgfilter) * CHAR_BIT) 241 !(rop->rocb_msgfilter & RTMSGFILTER(rtm.rtm_type))) 244 if (rop->rocb_missfilterlen != 0 && rtm.rtm_type == RTM_MISS) { 627 error = rt_msg2(rtm->rtm_type, info, NULL, NULL, &len) 1030 unsigned char *rtm_type, *cp, *ep; local in function:route_ctloutput [all...] |
route.h | 223 u_char rtm_type; /* message type */ member in struct:rt_msghdr 282 #define RO_MSGFILTER 1 /* array of which rtm_type to send to client */
|