Searched refs:scope (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/examples/ |
D | zcip.script | 28 scope link local "$ip/16" broadcast +
|
/busybox-1.35.0/networking/libiproute/ |
D | ipaddress.c | 40 int scope, scopemask; member 257 if ((G_filter.scope ^ ifa->ifa_scope) & G_filter.scopemask) in print_addrinfo() 471 uint32_t scope = 0; in ipaddr_list_or_flush() local 474 if (rtnl_rtscope_a2n(&scope, *argv)) { in ipaddr_list_or_flush() 478 scope = RT_SCOPE_NOWHERE; in ipaddr_list_or_flush() 481 G_filter.scope = scope; in ipaddr_list_or_flush() 550 if ((G_filter.scope ^ ifa->ifa_scope) & G_filter.scopemask) in ipaddr_list_or_flush() 720 uint32_t scope = 0; in ipaddr_modify() local 722 if (rtnl_rtscope_a2n(&scope, *argv)) { in ipaddr_modify() 725 req.ifa.ifa_scope = scope; in ipaddr_modify()
|
D | iproute.c | 38 int scope, scopemask; member 132 if ((G_filter.scope ^ r->rtm_scope) & G_filter.scopemask) in print_route() 453 uint32_t scope; in iproute_modify() local 455 if (rtnl_rtscope_a2n(&scope, *argv)) in iproute_modify() 457 req.r.rtm_scope = scope; in iproute_modify() 855 uint32_t scope; in iproute_list_or_flush() local 858 if (rtnl_rtscope_a2n(&scope, *argv)) { in iproute_list_or_flush() 861 scope = RT_SCOPE_NOWHERE; in iproute_list_or_flush() 864 G_filter.scope = scope; in iproute_list_or_flush()
|
/busybox-1.35.0/examples/var_service/fw/ |
D | run | 105 doit ip a a dev lo 127.0.0.1/8 scope host 106 doit ip a a dev lo ::1/128 scope host
|
/busybox-1.35.0/networking/ |
D | wget.c | 361 char *scope, *cp; in strip_ipv6_scope_id() local 370 scope = strchr(host, '%'); in strip_ipv6_scope_id() 371 if (!scope) in strip_ipv6_scope_id() 382 overlapping_strcpy(scope, cp); in strip_ipv6_scope_id()
|
D | interface.c | 852 int plen, scope, dad_status, if_idx; in ife_print6() local 862 addr6p[5], addr6p[6], addr6p[7], &if_idx, &plen, &scope, in ife_print6() 877 switch (scope & IPV6_ADDR_SCOPE_MASK) { in ife_print6()
|
/busybox-1.35.0/examples/bootfloppy/ |
D | bootfloppy.txt | 21 kernel are beyond the scope of this document. The following guidelines will
|
/busybox-1.35.0/docs/ |
D | style-guide.txt | 216 level (because they do not "belong" to block scope, only to whole function). 563 to the smallest scope possible.
|
/busybox-1.35.0/ |
D | LICENSE | 81 covered by this License; they are outside its scope. The act of 140 the scope of this License.
|