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

1 2

  /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...]
  /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/external/bsd/ipf/dist/ipsend/
44arp.c 71 struct rt_msghdr *rtm;
111 rtm = (struct rt_msghdr *)next;
  /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/crypto/dist/ipsec-tools/src/racoon/
grabmyaddr.c 733 struct rt_msghdr *rtm = (struct rt_msghdr *) msg;
787 struct rt_msghdr *rtm = (struct rt_msghdr *) buf;
844 struct rt_msghdr *rtm;
867 rtm = (struct rt_msghdr *) buf;
  /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/external/bsd/dhcpcd/dist/src/
if-bsd.c 118 struct rt_msghdr hdr;
706 struct rt_msghdr *rtm = &rtmsg.hdr;
849 if_realroute(const struct rt_msghdr *rtm)
872 if_copyrt(struct dhcpcd_ctx *ctx, struct rt *rt, const struct rt_msghdr *rtm)
967 struct rt_msghdr *rtm;
1285 if_rtm(struct dhcpcd_ctx *ctx, const struct rt_msghdr *rtm)
1558 if_dispatch(struct dhcpcd_ctx *ctx, const struct rt_msghdr *rtm)
1662 __CTASSERT(offsetof(struct rt_msghdr, rtm_msglen) == 0);
  /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;
  /src/usr.sbin/ifwatchd/
ifwatchd.c 266 const struct rt_msghdr *hd = msg;
  /src/external/bsd/top/dist/machine/
m_netbsd.c 465 struct rt_msghdr *rtm;
489 rtm = (struct rt_msghdr *)next;
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 1619 struct rt_msghdr hdr;
1682 struct rt_msghdr rtm;
1749 struct rt_msghdr hdr;

Completed in 39 milliseconds

1 2