Symbol: rx_frame
lib/libfido2/src/io.c
201
if (rx_frame(d, fp, ms) < 0)
lib/libfido2/src/io.c
265
if (rx_frame(d, &f, ms) < 0) {
sys/arch/macppc/dev/if_mc.c
1001
sc->sc_rxframe.rx_frame = sc->sc_rxbuf + offset;
sys/arch/macppc/dev/if_mc.c
260
u_char *rx_frame;
sys/arch/macppc/dev/if_mc.c
822
mace_read(sc, rxf.rx_frame, len);
sys/dev/ic/if_wi.c
545
struct wi_frame *rx_frame;
sys/dev/ic/if_wi.c
567
rx_frame = mtod(m, struct wi_frame *);
sys/dev/ic/if_wi.c
569
if (rx_frame->wi_status & htole16(WI_STAT_BADCRC)) {
sys/dev/ic/if_wi.c
575
switch ((letoh16(rx_frame->wi_status) & WI_STAT_MAC_PORT)
sys/dev/ic/if_wi.c
578
switch (letoh16(rx_frame->wi_frame_ctl) &
sys/dev/ic/if_wi.c
582
datlen = letoh16(rx_frame->wi_dat_len);
sys/dev/ic/if_wi.c
586
datlen = letoh16(rx_frame->wi_dat_len);
sys/dev/ic/if_wi.c
602
datlen = letoh16(rx_frame->wi_dat_len);
sys/dev/ic/if_wi.c
607
letoh16(rx_frame->wi_status));
sys/dev/ic/if_wi.c
628
struct wi_frame rx_frame;
sys/dev/ic/if_wi.c
631
if (wi_read_data(sc, id, 0, (caddr_t)&rx_frame,
sys/dev/ic/if_wi.c
632
sizeof(rx_frame))) {
sys/dev/ic/if_wi.c
638
if (rx_frame.wi_status & htole16(WI_STAT_ERRSTAT)) {
sys/dev/ic/if_wi.c
644
ftype = letoh16(rx_frame.wi_frame_ctl) & WI_FCTL_FTYPE;
sys/dev/ic/if_wi.c
669
u_int16_t rxlen = letoh16(rx_frame.wi_dat_len);
sys/dev/ic/if_wi.c
675
rxlen, letoh16(rx_frame.wi_status));
sys/dev/ic/if_wi.c
682
bcopy(&rx_frame, mtod(m, void *),
sys/dev/ic/if_wi.c
699
wihap_mgmt_input(sc, &rx_frame, m);
sys/dev/ic/if_wi.c
704
switch (letoh16(rx_frame.wi_status) & WI_RXSTAT_MSG_TYPE) {
sys/dev/ic/if_wi.c
708
if ((letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN) >
sys/dev/ic/if_wi.c
713
letoh16(rx_frame.wi_dat_len),
sys/dev/ic/if_wi.c
714
letoh16(rx_frame.wi_status));
sys/dev/ic/if_wi.c
720
letoh16(rx_frame.wi_dat_len) + WI_SNAPHDR_LEN;
sys/dev/ic/if_wi.c
722
bcopy(&rx_frame.wi_dst_addr,
sys/dev/ic/if_wi.c
724
bcopy(&rx_frame.wi_src_addr,
sys/dev/ic/if_wi.c
726
bcopy(&rx_frame.wi_type,
sys/dev/ic/if_wi.c
738
if ((letoh16(rx_frame.wi_dat_len) +
sys/dev/ic/if_wi.c
743
letoh16(rx_frame.wi_dat_len),
sys/dev/ic/if_wi.c
744
letoh16(rx_frame.wi_status));
sys/dev/ic/if_wi.c
750
letoh16(rx_frame.wi_dat_len) +
sys/dev/ic/if_wi.c
763
rx_frame.wi_frame_ctl & htole16(WI_FCTL_WEP)) {
sys/dev/ic/if_wi.c
811
if (wihap_data_input(sc, &rx_frame, m))