Searched defs:rdpcb (Results 1 – 7 of 7) sorted by relevance
/csrg-svn/sys/deprecated/bbnnet/ |
H A D | rdp_macros.h | 55 #define pick_ourmaxlen(rdpcb) \ argument 61 #define set_error(rdpcb, error) (rdpcb)->r_inpcb->inp_socket->so_error = error; argument 67 #define usr_rbuf_is_empty(rdpcb) \ argument 75 #define sendbufisfull(rdpcb) \ argument 90 #define sendbufhasspace(rdpcb) \ argument 98 #define wakeup_reader(rdpcb) sorwakeup((rdpcb)->r_inpcb->inp_socket) argument 99 #define wakeup_writer(rdpcb) sowwakeup((rdpcb)->r_inpcb->inp_socket) argument 104 #define user_cantsendmore(rdpcb) socantsendmore((rdpcb)->r_inpcb->inp_socket) argument 106 #define user_cantreadmore(rdpcb) socantrcvmore((rdpcb)->r_inpcb->inp_socket) argument 113 #define rdpisconnected(rdpcb) soisconnected((rdpcb)->r_inpcb->inp_socket) argument [all …]
|
H A D | rdp_states.c | 180 clear_rxtimer(rdpcb, N) in clear_rxtimer() argument 217 #define time_rtt(rdpcb, seqnum) \ argument 232 trash_pcbs(rdpcb) in trash_pcbs() argument 243 cancel_timers(rdpcb) in cancel_timers() argument 259 rdp_unop_connect (rdpcb, nil) in rdp_unop_connect() argument 276 rdp_unop_listen (rdpcb, nil) in rdp_unop_listen() argument 287 rdp_unop_netr (rdpcb, pkt) in rdp_unop_netr() argument 314 rdp_unop_close (rdpcb, nil) in rdp_unop_close() argument 328 rdp_lis_listen (rdpcb, nil) in rdp_lis_listen() argument 338 rdp_lis_netr (rdpcb, pkt) in rdp_lis_netr() argument [all …]
|
H A D | rdp.h | 270 typedef struct rdpcb { struct 271 struct inpcb *r_inpcb; 273 rdpstate r_state; /* state of connection */ 274 rdpsequence r_iss; /* initial sequence # sent (in SYN) */ 275 rdpsequence r_irs; /* initial sequence # rcvd (in SYN) */ 276 rdpsequence r_sndnxt; /* seq # for next datagram we send */ 278 struct rdp_msgq r_sendq, r_rcvq; 286 boolean r_synrcvd; /* have we rcvd his SYN? */ 287 boolean r_synacked; /* has he ACKed our SYN? */ 288 boolean r_usrclosed; /* has user process close(2)ed yet? */ [all …]
|
H A D | rdp_prim.c | 146 rdp_template(rdpcb) in rdp_template() argument 220 #define stuff_eacks(rdpcb, optm) \ argument 247 rdp_sendpkt (rdpcb, data, datalen, seqnum) in rdp_sendpkt() argument 383 register RDPCB *rdpcb; in rdp_timeo() local
|
H A D | rdp_usrreq.c | 163 register RDPCB *rdpcb; local 226 register RDPCB *rdpcb; local 325 rdp_ioctl (rdpcb, command, data) in rdp_ioctl() argument 417 register RDPCB *rdpcb; variable 733 rdp_close(rdpcb) in rdp_close() argument 815 RDPCB *rdpcb; local 836 RDPCB *rdpcb; local 869 RDPCB *rdpcb; local 901 RDPCB *rdpcb; local
|
H A D | rdp_input.c | 207 register RDPCB *rdpcb; local 233 rdpaction (input, rdpcb, arg) in rdpaction() argument 313 rdp_debug(rdpcb, arg, input, newstate) in rdp_debug() argument
|
H A D | rdp_subr.c | 108 he_acked(rdpcb, msgnum) in he_acked() argument 200 he_eacked(rdpcb, msgnum) in he_eacked() argument
|