HomeSort by: relevance | last modified time | path
    Searched refs:rt_msghdr (Results 1 - 25 of 25) sorted by relevancy

  /src/usr.sbin/rtadvd/
if.c 200 struct rt_msghdr *rtm;
205 for (rtm = (struct rt_msghdr *)buf;
206 rtm < (struct rt_msghdr *)lim;
207 rtm = (struct rt_msghdr *)(((char *)rtm) + rtm->rtm_msglen)) {
289 const struct rt_msghdr *rtm = buf;
301 const struct rt_msghdr *rtm = buf;
355 const struct rt_msghdr *rtm = buf;
412 const struct rt_msghdr *rtm = buf;
420 const struct rt_msghdr *rtm = buf;
429 const struct rt_msghdr *rtm = buf
    [all...]
rtadvd.c 466 struct rt_msghdr rt_msghdr; member in union:rt_msghdr_buf
  /src/usr.sbin/ldpd/
mpls_routes.h 58 struct rt_msghdr m_rtm;
mpls_routes.c 109 struct rt_msghdr *rhdr;
144 rhdr = (struct rt_msghdr *)s;
556 if (rlen <= (int)sizeof(struct rt_msghdr)) {
558 sizeof(struct rt_msghdr));
592 if (rlen <= offsetof(struct rt_msghdr, rtm_type) ||
600 size_cp = sizeof(struct rt_msghdr);
828 struct rt_msghdr *rtmes;
852 rtmes = (struct rt_msghdr *) next;
854 size_cp = sizeof(struct rt_msghdr);
941 struct rt_msghdr *rtm
    [all...]
  /src/usr.sbin/rarpd/
mkarp.c 83 int rtmsg(int, int, struct rt_msghdr *, struct sockaddr_inarp *,
86 struct rt_msghdr m_rtm;
127 struct rt_msghdr *rtm;
208 rtmsg(int cmd, int s, struct rt_msghdr *rtm, struct sockaddr_inarp *sin_m,
  /src/usr.sbin/arp/
arp.c 84 static int delete_one(struct rt_msghdr *);
95 static struct rt_msghdr * rtmsg(const int, const int, struct rt_msghdr *,
271 struct rt_msghdr *rtm;
410 delete_one(struct rt_msghdr *rtm)
442 struct rt_msghdr *rtm;
465 rtm = (struct rt_msghdr *)(void *)next;
565 struct rt_msghdr *rtm;
601 rtm = (struct rt_msghdr *)(void *)next;
681 static struct rt_msghdr *
    [all...]
  /src/lib/libc/net/
getifaddrs.c 82 struct rt_msghdr *rtm;
105 rtm = (struct rt_msghdr *)(void *)next;
185 rtm = (struct rt_msghdr *)(void *)next;
  /src/usr.sbin/ndp/
ndp.c 145 static int delete(struct rt_msghdr *, char *);
152 static int rtmsg(int, struct rt_msghdr *);
283 struct rt_msghdr m_rtm;
295 register struct rt_msghdr *rtm = &(m_rtmsg.m_rtm);
416 delete(struct rt_msghdr *rtm, char *host)
462 struct rt_msghdr *rtm;
506 rtm = (struct rt_msghdr *)(void *)next;
731 rtmsg(int cmd, struct rt_msghdr *_rtm)
734 register struct rt_msghdr *rtm = _rtm;
  /src/sbin/route/
route.c 114 static int print_getmsg(struct rt_msghdr *, int, struct sou *);
121 static void print_rtmsg(struct rt_msghdr *, int);
122 static void pmsg_common(struct rt_msghdr *);
305 struct rt_msghdr *rtm;
337 rtm = (struct rt_msghdr *)next;
1091 struct rt_msghdr *rtm;
1110 rtm = (struct rt_msghdr *)next;
1123 struct rt_msghdr hdr;
1165 struct rt_msghdr m_rtm;
1342 print_rtmsg(struct rt_msghdr *rtm, int msglen
    [all...]
rtutil.c 102 static void p_rtentry(struct rt_msghdr *, int, int);
110 struct rt_msghdr *rtm;
136 rtm = (struct rt_msghdr *)next;
256 p_rtentry(struct rt_msghdr *rtm, int flags, int interesting)
  /src/share/examples/rump/virtual_ip_router/
rumprouter.c 118 struct rt_msghdr m_rtm;
  /src/tests/net/if_loop/
t_pr.c 63 struct rt_msghdr m_rtm;
  /src/usr.sbin/route6d/
route6d.c 221 rttypes(struct rt_msghdr *);
223 rtflags(struct rt_msghdr *);
233 static void rt_entry(struct rt_msghdr *, int);
1454 struct rt_msghdr *rtm;
1483 for (p = buf; p - buf < len; p += ((struct rt_msghdr *)p)->rtm_msglen) {
1485 if (((struct rt_msghdr *)p)->rtm_msglen <= 0) {
1487 ((struct rt_msghdr *)p)->rtm_msglen);
1493 switch (((struct rt_msghdr *)p)->rtm_type) {
1506 rtm = (struct rt_msghdr *)p;
1532 rttypes((struct rt_msghdr *)p), addrs)
    [all...]
  /src/tests/net/config/
netconfig.c 130 struct rt_msghdr m_rtm;
  /src/usr.bin/netstat/
if.c 203 struct rt_msghdr *rtm;
232 rtm = (struct rt_msghdr *)next;
1127 struct rt_msghdr *rtm;
1152 rtm = (struct rt_msghdr *)next;
  /src/usr.bin/rump_dhcpclient/
if-bsd.c 187 struct rt_msghdr hdr;
  /src/sbin/routed/
table.c 688 struct rt_msghdr w_rtm;
888 rtm_add(struct rt_msghdr *rtm,
994 rtm_lose(struct rt_msghdr *rtm,
1054 struct rt_msghdr *rtm;
1095 rtm = (struct rt_msghdr *)next;
1166 struct rt_msghdr rtm;
  /src/sys/net/
if_llatbl.h 47 struct rt_msghdr;
route.h 219 struct rt_msghdr { struct
if_llatbl.c 110 struct rt_msghdr *rtm = (struct rt_msghdr *)w->w_tmem;
rtsock_shared.c 136 #define rt_xmsghdr rt_msghdr
1200 RTS_CTASSERT(__alignof(struct rt_msghdr) >= sizeof(uint64_t));
route.c 449 struct rt_msghdr *rtm;
  /src/usr.sbin/ifwatchd/
ifwatchd.c 266 const struct rt_msghdr *hd = msg;
  /src/usr.sbin/faithd/
faithd.c 816 struct rt_msghdr *rtm;
  /src/sbin/ifconfig/
ieee80211.c 751 struct rt_msghdr *rtm;
758 rtm = (struct rt_msghdr *) buf;

Completed in 34 milliseconds