Home
last modified time | relevance | path

Searched refs:ROUTE_OPT_A (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Droute.c656 #define ROUTE_OPT_A 0x01 macro
688 if ((opt & ROUTE_OPT_A) && strcmp(family, "inet") != 0) { in route_main()