Lines Matching refs:PKT
33 short boot_3( LPB *link, PKT *pkt );
34 short send_3_pkt( LPB *link, PKT *pkt);
44 ushort sum_it( PKT *pkt ) ;
45 void form_rup_pkt( RUP *form_rup, PKT *pkt );
47 void form_route_pkt ( int type, PKT *pkt, LPB *link );
69 PKT *get_free_start(void);
70 void put_free_start( PKT *pkt);
73 int can_remove_transmit ( PKT **pkt, PKT *pointer );
80 PKT *get_free_end(void);
81 int add_end( PKT *pkt, PHB *phb, int type);
83 int can_remove_start( PKT **pkt, PHB *phb, int type);
86 void put_free_end( PKT *pkt);
87 int remove_start( PKT **pkt, PHB *phb, int type);
111 int obtain_rup ( int rup_number, PKT **pkt_address, LPB *link );
168 void route_update ( PKT *pkt, LPB *link);
180 void rup_boot( PKT *pkt, RUP *this_rup, LPB *link);
189 void rup_command( PKT *pkt, struct RUP *this_rup, LPB *link);
194 void rup_error( PKT *pkt, RUP *this_rup, LPB *link );
195 void illegal_cmd( PKT *src_pkt );
200 void rup_poll( PKT *pkt, RUP *this_rup, LPB *link );
205 void rup_power( PKT *pkt, RUP *this_rup, LPB *link );
210 void rup_route_map( PKT *pkt, RUP *this_rup, LPB *link);
215 void rup_status( PKT *pkt, RUP *this_rup, LPB *link);
220 void rup_sync( PKT *pkt);
230 void send_status( PKT *requesting_pkt, RUP *this_rup);
241 ERROR tx_pkt( PKT *pkt, LPB *link);