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

  /external/iproute2/ip/
ipfou.c 2 * ipfou.c FOU (foo over UDP) support
17 #include <linux/fou.h>
28 fprintf(stderr, "Usage: ip fou add port PORT { ipproto PROTO | gue }\n");
29 fprintf(stderr, " ip fou del port PORT\n");
76 fprintf(stderr, "fou: unknown command \"%s\"?\n", *argv);
84 fprintf(stderr, "fou: missing port\n");
89 fprintf(stderr, "fou: must set ipproto or gue\n");
94 fprintf(stderr, "fou: cannot set ipproto and gue\n");
156 fprintf(stderr, "Command \"%s\" is unknown, try \"ip fou help\".\n", *argv);
  /external/iproute2/man/man8/
Makefile 10 ip-addrlabel.8 ip-fou.8 ip-gue.8 ip-l2tp.8 \
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder.py 468 fou = np.where((self._anglesp5 <= line_angles[i, 0]) |
480 fou_i = np.int32(np.rint(ind[fou[0]]))
    [all...]

Completed in 302 milliseconds