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

  /external/dhcpcd-6.8.2/
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-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...]

Completed in 87 milliseconds