Searched defs:ospf_hdr (Results 1 – 5 of 5) sorted by relevance
133 struct ospf_hdr { struct134 u_int8_t version;135 u_int8_t type;136 u_int16_t len;137 u_int32_t rtr_id;138 u_int32_t area_id;139 u_int16_t chksum;140 u_int16_t auth_type;141 union {144 } auth_key;
48 struct ospf_hdr ospf_hdr; in gen_ospf_hdr() local 121 struct ospf_hdr *ospf_hdr; recv_packet() local 281 ospf_hdr_sanity_check(const struct ip * ip_hdr,struct ospf_hdr * ospf_hdr,u_int16_t len,const struct iface * iface) ospf_hdr_sanity_check() argument [all...]
39 struct ospf_hdr *ospf_hdr = buf; in auth_validate() local
112 struct ospf_hdr { struct113 u_int8_t version;114 u_int8_t type;115 u_int16_t len;116 u_int32_t rtr_id;117 u_int32_t area_id;118 u_int16_t chksum;119 u_int8_t instance;120 u_int8_t zero; /* must be zero */
49 struct ospf_hdr ospf_hdr; in gen_ospf_hdr() local127 struct ospf_hdr *ospf_hdr; in recv_packet() local253 ospf_hdr_sanity_check(struct ospf_hdr *ospf_hdr, u_int16_t len, in ospf_hdr_sanity_check()