hippi_hdr 32 include/linux/if_hippi.h #define HIPPI_HLEN sizeof(struct hippi_hdr) hippi_hdr 51 net/802/hippi.c struct hippi_hdr *hip = (struct hippi_hdr *)skb_push(skb, HIPPI_HLEN); hippi_hdr 101 net/802/hippi.c struct hippi_hdr *hip = (struct hippi_hdr *)skb->data; hippi_hdr 127 net/802/hippi.c struct hippi_hdr *hip; hippi_hdr 135 net/802/hippi.c hip = (struct hippi_hdr *)skb_mac_header(skb);