Home
last modified time | relevance | path

Searched defs:Route (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/games/sokoban/
H A Dsokoban.h40 typedef struct Route { struct
44 } Route; typedef
/plan9/sys/src/cmd/ip/
H A Drip.c66 typedef struct Route Route; typedef
67 struct Route struct
69 Route *next; argument
79 Route route[Nroute]; argument
/plan9/sys/src/9/ip/
H A Dip.h23 typedef struct Route Route; typedef
576 struct Route struct
589 extern Route* v4lookup(Fs *f, uchar *a, Conv *c); argument