| plan 9 kernel history: overview | file list | diff list |
1997/0403/ip/gre.c (diff list | history)
| 1997/0327/sys/src/9/ip/gre.c:73,81 – 1997/0403/sys/src/9/ip/gre.c:73,83 (short | long | prev | next) | ||
| 1997/0327 | } unlock(p); | |
| 1997/0403 | if(err != nil) return err; Fsconnected(&fs, c, nil); | |
| 1997/0327 |
| |
| 1997/0403 | return nil; | |
| 1997/0327 | } static int | |
| 1997/0327/sys/src/9/ip/gre.c:93,102 – 1997/0403/sys/src/9/ip/gre.c:95,104 | ||
| 1997/0327 | c->wq = qopen(64*1024, 0, 0, 0); } | |
| 1997/0403 | static char* greannounce(Conv*, char**, int) | |
| 1997/0327 | { | |
| 1997/0403 | return "pktifc does not support announce"; | |
| 1997/0327 | } static void | |