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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_rts.c86 rt_msghdr_t *rtm;
104 rtm = (rt_msghdr_t *)mp->b_rptr;
201 rt_msghdr_t *rtm;
211 rtm = (rt_msghdr_t *)mp->b_rptr;
H A Dip_rts.c85 static int rts_getaddrs(rt_msghdr_t *rtm, in6_addr_t *dst_addrp,
191 rt_msghdr_t *rtm;
230 rtm = (rt_msghdr_t *)mp->b_rptr;
277 rt_msghdr_t *rtm = NULL;
319 if ((mp->b_wptr - mp->b_rptr) < sizeof (rt_msghdr_t)) {
332 rtm = (rt_msghdr_t *)mp->b_rptr;
753 rtm = (rt_msghdr_t *)mp->b_rptr;
1226 rt_msghdr_t *rtm;
1227 rt_msghdr_t *new_rtm;
1241 rtm = (rt_msghdr_t *)m
[all...]
H A Drts.c840 rt_msghdr_t *rtm;
888 if ((mp->b_wptr - mp->b_rptr) < sizeof (rt_msghdr_t)) {
889 if (!pullupmsg(mp, sizeof (rt_msghdr_t))) {
895 rtm = (rt_msghdr_t *)mp->b_rptr;
1425 rt_msghdr_t *rtm;
1436 if ((mp->b_wptr - mp->b_rptr) < sizeof (rt_msghdr_t)) {
1437 if (!pullupmsg(mp, sizeof (rt_msghdr_t))) {
1442 rtm = (rt_msghdr_t *)mp->b_rptr;
H A Dtnet.c1790 * the rt_msghdr_t structure.
1793 tsol_rtsa_init(rt_msghdr_t *rtm, tsol_rtsecattr_t *sp, caddr_t cp)
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h80 extern int tsol_rtsa_init(rt_msghdr_t *, tsol_rtsecattr_t *, caddr_t);
/illumos-gate/usr/src/uts/common/net/
H A Droute.h165 } rt_msghdr_t; typedef in typeref:struct:rt_msghdr

Completed in 76 milliseconds