Searched refs:aligned_pkt (Results 1 – 2 of 2) sorted by relevance
80 } aligned_pkt; in kdp_exception() local82 kdp_exception_t * rq = (kdp_exception_t *)&aligned_pkt; in kdp_exception()110 kdp_exception_ack_t aligned_pkt; in kdp_exception_ack() local111 kdp_exception_ack_t * rq = (kdp_exception_ack_t *)&aligned_pkt; in kdp_exception_ack()
141 static unsigned aligned_pkt[1538 / sizeof(unsigned) + 1];// max ether pkt in kdp_packet() local142 kdp_pkt_t *rd = (kdp_pkt_t *)&aligned_pkt; in kdp_packet()148 if (plen > sizeof(aligned_pkt)) { in kdp_packet()