Searched refs:lqr_pkt (Results 1 – 2 of 2) sorted by relevance
806 lqr_pkt_t lqr_pkt; in interpret_ppp_lqr() local810 (void) memcpy(&lqr_pkt, data, sizeof (lqr_pkt_t)); in interpret_ppp_lqr()819 ntohl(lqr_pkt.lqr_magic)); in interpret_ppp_lqr()821 ntohl(lqr_pkt.lqr_lastoutlqrs)); in interpret_ppp_lqr()823 ntohl(lqr_pkt.lqr_lastoutpackets)); in interpret_ppp_lqr()825 ntohl(lqr_pkt.lqr_lastoutoctets)); in interpret_ppp_lqr()827 ntohl(lqr_pkt.lqr_peerinlqrs)); in interpret_ppp_lqr()829 ntohl(lqr_pkt.lqr_peerinpackets)); in interpret_ppp_lqr()831 ntohl(lqr_pkt.lqr_peerindiscards)); in interpret_ppp_lqr()833 ntohl(lqr_pkt.lqr_peerinerrors)); in interpret_ppp_lqr()[all …]
175 typedef struct lqr_pkt { struct