Searched refs:ule_sndu_type (Results 1 – 1 of 1) sorted by relevance
110 unsigned short ule_sndu_type; /* ULE SNDU type field, complete. */ member228 unsigned char hlen = (p->ule_sndu_type & 0x0700) >> 8; in handle_one_ule_extension()229 unsigned char htype = p->ule_sndu_type & 0x00FF; in handle_one_ule_extension()239 p->ule_sndu_type = ntohs(*(__be16 *)p->ule_next_hdr); in handle_one_ule_extension()242 p->ule_sndu_type = ntohs(*(__be16 *)(p->ule_next_hdr + ((p->ule_dbit ? 2 : 3) * ETH_ALEN))); in handle_one_ule_extension()256 p->ule_sndu_type = ntohs( *(__be16 *)(p->ule_next_hdr-2) ); in handle_one_ule_extension()277 p->ule_next_hdr, (int)p->ule_sndu_type, in handle_ule_extensions()280 } while (p->ule_sndu_type < ETH_P_802_3_MIN); in handle_ule_extensions()292 p->ule_sndu_type = 0; in reset_ule()544 h->priv->ule_sndu_type = h->from_where[0] << 8; in dvb_net_ule_new_payload()[all …]