Home
last modified time | relevance | path

Searched defs:ospf_header (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/dissectors/
H A Dec_ospf.c64 struct ospf_header struct
66 u_int8 version; /* OSPF Version. */
67 u_int8 type; /* Packet Type. */
68 u_int16 length; /* Packet Length. */
69 struct in_addr router_id; /* Router ID. */
70 struct in_addr area_id; /* Area ID. */
71 u_int16 checksum; /* Check Sum. */
72 u_int16 auth_type; /* Authentication Type. */
75 {
86 } u;
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_packet.h74 struct ospf_header { struct
75 uint8_t version; /* OSPF Version. */
76 uint8_t type; /* Packet Type. */
77 uint16_t length; /* Packet Length. */
78 struct in_addr router_id; /* Router ID. */
79 struct in_addr area_id; /* Area ID. */
80 uint16_t checksum; /* Check Sum. */
81 uint16_t auth_type; /* Authentication Type. */
83 union {
94 } u;
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_packet.h74 struct ospf_header { struct
75 uint8_t version; /* OSPF Version. */
76 uint8_t type; /* Packet Type. */
77 uint16_t length; /* Packet Length. */
78 struct in_addr router_id; /* Router ID. */
79 struct in_addr area_id; /* Area ID. */
80 uint16_t checksum; /* Check Sum. */
81 uint16_t auth_type; /* Authentication Type. */
83 union {
94 } u;
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_packet.h77 struct ospf_header struct
79 u_char version; /* OSPF Version. */
80 u_char type; /* Packet Type. */
81 u_int16_t length; /* Packet Length. */
82 struct in_addr router_id; /* Router ID. */
83 struct in_addr area_id; /* Area ID. */
84 u_int16_t checksum; /* Check Sum. */
85 u_int16_t auth_type; /* Authentication Type. */
88 {
99 } u;