Home
last modified time | relevance | path

Searched refs:mobile_h (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/gre/
H A Dif_gre.h134 struct mobile_h { struct
143 struct mobile_h mh; argument
147 #define MOB_H_SIZ_S (sizeof(struct mobile_h) - sizeof(u_int32_t))
148 #define MOB_H_SIZ_L (sizeof(struct mobile_h))
H A Dif_gre.c255 struct mobile_h mob_h; in gre_output_serialized()