Home
last modified time | relevance | path

Searched refs:tp_pcb (Results 1 – 22 of 22) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_timer.c64 struct tp_pcb *tp_ftimeolist = (struct tp_pcb *)&tp_ftimeolist;
102 register struct tp_pcb *tpcb; in tp_etimeout()
133 register struct tp_pcb *tpcb; in tp_euntimeout()
165 struct tp_pcb *tpcb; in tp_slowtimo()
208 register struct tp_pcb *tpcb; in tp_data_retrans()
252 register struct tp_pcb *t; in tp_fasttimo()
257 while ((t = tp_ftimeolist) != (struct tp_pcb *)&tp_ftimeolist) { in tp_fasttimo()
260 tp_ftimeolist = (struct tp_pcb *)&tp_ftimeolist; in tp_fasttimo()
284 register struct tp_pcb *tpcb; in tp_ctimeout()
309 register struct tp_pcb *tpcb; in tp_ctimeout_MIN()
[all …]
H A Dtp_pcb.h89 struct tp_pcb *tpr_pcb; /* back ptr to PCB */
121 struct tp_pcb { struct
122 struct tp_pcb *tp_next; argument
123 struct tp_pcb *tp_prev; argument
124 struct tp_pcb *tp_nextlisten; /* chain all listeners */ argument
270 struct tp_pcb *tp_fasttimeo; /* limit pcbs to examine */ argument
320 extern struct tp_pcb *tp_listeners;
321 extern struct tp_pcb *tp_ftimeolist;
324 #define sototpcb(so) ((struct tp_pcb *)(so->so_pcb))
H A Dtp_pcb.c432 register struct tp_pcb *tpcb; in tp_soisdisconnected()
479 register struct tp_pcb *tpcb;
529 register struct tp_pcb *tpcb; in tp_getref()
575 register struct tp_pcb *tpcb; in tp_set_npcb()
622 register struct tp_pcb *tpcb;
812 register struct tp_pcb **tt;
859 struct tp_pcb *next;
860 struct tp_pcb *prev;
862 {(struct tp_pcb *)&tp_bound_pcbs, (struct tp_pcb *)&tp_bound_pcbs};
871 register struct tp_pcb *t;
[all …]
H A Dtp_subr2.c116 struct tp_pcb *tpcb; in tp_local_credit()
155 struct tp_pcb *tpcb;
199 register struct tp_pcb *tpcb;
270 struct tp_pcb *tpcb; in tp_getoptions()
300 struct tp_pcb *tpcb; in tp_recycle_tsuffix()
338 struct tp_pcb *tpcb; in tp_quench()
375 struct tp_pcb *tpcb;
465 register struct tp_pcb *tpcb; in tp_mss()
593 register struct tp_pcb *tpcb;
739 register struct tp_pcb *tpcb; in tp0_openflow()
[all …]
H A Dtp_sizes.c99 SIZE(tp_pcb); in main()
100 #define O(y) OFF(tp_/**/y,tp_pcb); in main()
H A Dtp_subr.c90 struct tp_pcb *tpcb; in tp_goodXack()
141 register struct tp_pcb *tpcb; in tp_rtt_rtv()
220 register struct tp_pcb *tpcb; in tp_goodack()
393 register struct tp_pcb *tpcb; in tp_sbdrop()
433 register struct tp_pcb *tpcb; in tp_send()
602 register struct tp_pcb *tpcb; in tp_packetize()
698 register struct tp_pcb *tpcb; in tp_stash()
853 register struct tp_pcb *tpcb; in tp_rsyflush()
873 register struct tp_pcb *tpcb; in tp_rsyset()
894 struct tp_pcb *tpcb;
H A Dtp_iso.c310 register struct tp_pcb *tpcb; in tpclnp_mtu()
527 tp_quench((struct tp_pcb *)isop->isop_socket->so_pcb, PRC_QUENCH2);
539 tp_quench((struct tp_pcb *)isop->isop_socket->so_pcb, PRC_QUENCH);
654 return tp_driver((struct tp_pcb *)isop->isop_socket->so_pcb, &e);
664 return tp_driver((struct tp_pcb *)isop->isop_socket->so_pcb, &e);
H A Dtp_usrreq.c74 struct tp_pcb *tp_listeners, *tp_intercepts;
146 struct tp_pcb *tpcb;
253 struct tp_pcb *tpcb;
356 register struct tp_pcb *tpcb = sototpcb(so);
431 register struct tp_pcb **tt;
682 register struct tp_pcb *tpcb = sototpcb(so);
691 register struct tp_pcb *tpcb; in tp_confirm()
H A Dtp_cons.c129 register struct tp_pcb *tpcb = 0;
132 tpcb = (struct tp_pcb *)isop->isop_socket->so_pcb;
H A Dtp_inet.c305 register struct tp_pcb *tpcb; in tpip_mtu()
547 tp_quench((struct tp_pcb *)inp->inp_socket->so_pcb, PRC_QUENCH);
651 (void) tp_driver((struct tp_pcb *)inp->inp_ppcb, &e);
H A Diso_sizes.c101 SIZE(tp_pcb); in main()
H A Dtp_output.c96 struct tp_pcb *tpcb;
343 struct tp_pcb *tpcb = sototpcb(so);
358 if( tpcb == (struct tp_pcb *)0 ) {
453 register struct tp_pcb *t;
H A Dtp_trace.c82 struct tp_pcb *tpcb; in tpTrace()
H A Dtp_input.c246 register struct tp_pcb *tpcb = sototpcb(so); /* old tpcb, needed below */
247 register struct tp_pcb *newtpcb;
399 register struct tp_pcb *tpcb;
663 register struct tp_pcb *t;
779 struct tp_pcb *parent_tpcb = tpcb;
886 (tpcb = tp_ref[dref].tpr_pcb ) == (struct tp_pcb *) 0 ||
923 CHECK( ((tpcb = tp_ref[dref].tpr_pcb ) == (struct tp_pcb *) 0 ),
1442 ASSERT(tpcb != (struct tp_pcb *)0);
1570 struct tp_pcb *tpcb;
H A Dtrtp.c36 struct tp_pcb *tpcb;
H A Dtp_trace.h134 tpTrace((struct tp_pcb *)0,\
H A Dtp_emit.c142 struct tp_pcb *tpcb;
758 struct tp_pcb *tpcb;
H A Dtp.trans74 #include <netiso/tp_pcb.h>
105 typedef struct tp_pcb tpcb_struct;
/original-bsd/sys/tests/netiso/
H A Dtpcb.c43 #define mem(e) (((struct tp_pcb *)0)->e)
69 struct tp_pcb tp_pcb; variable
99 n = kget(loc, tp_pcb);
104 #define kdata(t) (data = *(t *)(ti->offset + (char *)&tp_pcb))
110 register struct tp_pcb **tpp, **tpplim;
115 n = tp_refinfo.tpr_size * sizeof(struct tp_pcb *);
117 tpp = (struct tp_pcb **)tpr_base;
124 kget(*tpp, tp_pcb);
125 if (Sflag == 0 || tp_pcb.tp_state == TP_OPEN) {
/original-bsd/sys/conf/
H A Dfiles187 netiso/tp_pcb.c optional iso
188 netiso/tp_pcb.c optional tpip
H A Dfiles.newconf199 file netiso/tp_pcb.c iso tpip
/original-bsd/usr.bin/netstat/
H A Diso.c173 struct tp_pcb tpcb;