HomeSort by relevance Sort by last modified time
    Searched refs:rt6 (Results 1 - 9 of 9) sorted by null

  /external/dhcpcd-6.8.2/
if-sun.c 136 if_route6(const struct rt6 *rt, int action)
ipv6.h 136 struct rt6 { struct
137 TAILQ_ENTRY(rt6) next;
148 TAILQ_HEAD(rt6_head, rt6);
262 int ipv6_handlert(struct dhcpcd_ctx *, int cmd, struct rt6 *);
if.h 167 int if_route6(unsigned char, const struct rt6 *rt);
ipv6.c     [all...]
if-bsd.c 835 if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct rt_msghdr *rtm)
934 if_route6(unsigned char cmd, const struct rt6 *rt)
1048 struct rt6 rt;
1163 struct rt6 rt6; local
1262 if (if_copyrt6(ctx, &rt6, rtm) == 0)
1263 ipv6_handlert(ctx, rtm->rtm_type, &rt6);
    [all...]
if-linux.c 461 if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct nlmsghdr *nlm)
533 struct rt6 rt6; local
569 if (if_copyrt6(ctx, &rt6, nlm) == 0)
570 ipv6_handlert(ctx, cmd, &rt6);
    [all...]
  /external/ppp/pppd/
sys-linux.c 2525 struct in6_rtmsg rt6; local
    [all...]
  /external/tcpdump/
Android.mk 135 print-rt6.c \
  /external/tcpdump/win32/prj/
GNUmakefile 120 ../../print-rt6.o \

Completed in 193 milliseconds