Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/
H A Dnntpfs.c18 typedef struct Netbuf Netbuf; typedef
21 struct Netbuf { struct
22 Biobuf br;
23 Biobuf bw;
24 int lineno;
25 int fd;
26 int code; /* last response code */
27 int auth; /* Authorization required? */
28 char response[128]; /* last response */
29 Group *currentgroup;
[all …]