Searched defs:htype (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/ipset/
H A Dip_set_hash_gen.h267 #ifndef htype
268 #define htype HTYPE macro
271 struct htype { struct
300 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length)
326 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length)
346 mtype_ahash_memsize(const struct htype *h, u8 nets_length)
367 struct htype *h = set->data;
391 struct htype *h = set->data;
408 struct htype *h = set->data;
422 const struct htype *
[all...]
/net/ipv4/
H A Dipconfig.c620 u8 htype; /* HW address type */ member in struct:bootp_pkt
832 b->htype = dev->type;
834 b->htype = ARPHRD_ETHER;
837 b->htype = dev->type; /* can cause undefined behavior */

Completed in 41 milliseconds