Lines Matching defs:pdu
1841 struct rde_pdu *pdu = (struct rde_pdu *)(llcpkt + LLC_HDR1_LEN);
1853 switch (pdu->rde_ptype) {
1855 gld_send_rqr(macinfo, pktinfo->shost, rh, pdu, pdulen);
1859 gld_rde_pdu_ind(macinfo, rh, pdu, pdulen);
1899 struct rde_pdu *pdu, int pdulen)
1924 *npdu = *pdu; /* copy orig/target macaddr/saps */
2265 gld_rde_pdu_ind(gld_mac_info_t *macinfo, struct gld_ri *rh, struct rde_pdu *pdu,
2274 if (pdu->rde_ptype == RDE_RQC)
2277 if (pdu->rde_ptype != RDE_RQR && pdu->rde_ptype != RDE_RS) {
2281 pdu->rde_ptype);
2291 pdu->rde_ptype);
2300 if (pdu->rde_ptype == RDE_RQR) {
2302 otherhost = pdu->rde_target_mac;
2304 ASSERT(pdu->rde_ptype == RDE_RS);
2306 otherhost = pdu->rde_orig_mac;
2316 if (pdu->rde_ptype == RDE_RQR) {