Searched refs:hip (Results 1 – 1 of 1) sorted by relevance
46 struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN); in hippi_header() local58 hip->fp.fixed = htonl(0x04800018); in hippi_header()59 hip->fp.d2_size = htonl(len + 8); in hippi_header()60 hip->le.fc = 0; in hippi_header()61 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header()62 hip->le.message_type = 0; /* Data PDU */ in hippi_header()64 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header()65 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header()67 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header()68 memset_startat(&hip->le, 0, reserved); in hippi_header()[all …]