Lines Matching refs:recvbuf
47 void (*handler) (struct recvbuf *, int); /* handle request */
84 static void control_unspec (struct recvbuf *, int);
85 static void read_status (struct recvbuf *, int);
88 static void read_variables (struct recvbuf *, int);
89 static void write_variables (struct recvbuf *, int);
90 static void read_clockstatus(struct recvbuf *, int);
91 static void write_clockstatus(struct recvbuf *, int);
92 static void set_trap (struct recvbuf *, int);
93 static void save_config (struct recvbuf *, int);
94 static void configure (struct recvbuf *, int);
97 static void read_mru_list (struct recvbuf *, int);
99 static void read_ifstats (struct recvbuf *);
104 static void read_addr_restrictions(struct recvbuf *);
105 static void read_ordlist (struct recvbuf *, int);
107 static void generate_nonce (struct recvbuf *, char *, size_t);
108 static int validate_nonce (const char *, struct recvbuf *);
109 static void req_nonce (struct recvbuf *, int);
110 static void unset_trap (struct recvbuf *, int);
944 struct recvbuf *rbufp, in save_config()
1166 struct recvbuf *rbufp, in process_control()
3195 struct recvbuf *rbufp, in control_unspec()
3226 struct recvbuf *rbufp, in read_status()
3406 struct recvbuf *rbufp, in read_variables()
3424 struct recvbuf *rbufp, in write_variables()
3528 struct recvbuf *rbufp, in configure()
3687 struct recvbuf * rbufp, in generate_nonce()
3710 struct recvbuf * rbufp in validate_nonce()
3955 struct recvbuf *rbufp, in read_mru_list()
4346 struct recvbuf * rbufp in read_ifstats()
4504 struct recvbuf * rbufp in read_addr_restrictions()
4521 struct recvbuf * rbufp, in read_ordlist()
4563 struct recvbuf * rbufp, in req_nonce()
4581 struct recvbuf *rbufp, in read_clockstatus()
4693 struct recvbuf *rbufp, in write_clockstatus()
4710 struct recvbuf *rbufp, in set_trap()
4747 struct recvbuf *rbufp, in unset_trap()