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

  /external/iproute2/ip/
ipaddress.c 1210 print_string(PRINT_FP, NULL, " brd ", NULL);
2487 inet_prefix brd; local
    [all...]
  /external/toybox/toys/pending/
ip.c 738 char *line_feed = " ", *flags,*peer = "brd";
952 *brd = toybuf+768, *peer = toybuf+1024, *any = toybuf+1280, local
1021 sprintf(brd, " brd %s", lbuf);
1022 }else brd = "";
1031 printf("%s%s%s%s%s %c", family, brd, peer, scope, label,
    [all...]

Completed in 266 milliseconds