Home
last modified time | relevance | path

Searched defs:ospf_hdr (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/ospfd/
H A Dospf.h133 struct ospf_hdr { struct
134 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;
H A Dpacket.c48 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...]
H A Dauth.c39 struct ospf_hdr *ospf_hdr = buf; in auth_validate() local
/openbsd-src/usr.sbin/ospf6d/
H A Dospf6.h112 struct ospf_hdr { struct
113 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 */
H A Dpacket.c49 struct ospf_hdr ospf_hdr; in gen_ospf_hdr() local
127 struct ospf_hdr *ospf_hdr; in recv_packet() local
253 ospf_hdr_sanity_check(struct ospf_hdr *ospf_hdr, u_int16_t len, in ospf_hdr_sanity_check()