HomeSort by: relevance | last modified time | path
    Searched defs:dccpcb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_cc_sw.h 42 * args: dccpcb of current connection
45 typedef void * cc_send_init_t (struct dccpcb *); typedef in typeref:typename:void * cc_send_init_t (struct *)
71 * args: dccpcb of current connection
74 typedef void * cc_recv_init_t (struct dccpcb *); typedef in typeref:typename:void * cc_recv_init_t (struct *)
dccp_var.h 67 struct dccpcb { struct
139 struct dccpcb dp;
147 struct dccpcb xd_dp;
154 #define intodccpcb(ip) ((struct dccpcb *)((ip)->inp_ppcb))
290 struct dccpcb *
293 int dccp_output(struct dccpcb *, u_int8_t);
295 int dccp_add_option(struct dccpcb *, u_int8_t, char *, u_int8_t);
296 int dccp_add_feature(struct dccpcb *, u_int8_t, u_int8_t, char *,
308 void* dccp_nocc_init(struct dccpcb *);

Completed in 12 milliseconds