HIPPI_HLEN         35 include/linux/if_hippi.h #define HIPPI_FRAME_LEN	(HIPPI_DATA_LEN + HIPPI_HLEN)
HIPPI_HLEN         51 net/802/hippi.c 	struct hippi_hdr *hip = (struct hippi_hdr *)skb_push(skb, HIPPI_HLEN);
HIPPI_HLEN         55 net/802/hippi.c 		len = skb->len - HIPPI_HLEN;
HIPPI_HLEN         87 net/802/hippi.c 		return HIPPI_HLEN;
HIPPI_HLEN         90 net/802/hippi.c 	return -((int)HIPPI_HLEN);
HIPPI_HLEN        136 net/802/hippi.c 	skb_pull(skb, HIPPI_HLEN);
HIPPI_HLEN        205 net/802/hippi.c 	dev->hard_header_len 	= HIPPI_HLEN;