equal
deleted
inserted
replaced
36 const uint16_t ArpL3Protocol::PROT_NUMBER = 0x0806; |
36 const uint16_t ArpL3Protocol::PROT_NUMBER = 0x0806; |
37 |
37 |
38 NS_OBJECT_ENSURE_REGISTERED (ArpL3Protocol); |
38 NS_OBJECT_ENSURE_REGISTERED (ArpL3Protocol); |
39 |
39 |
40 TypeId |
40 TypeId |
41 ArpL3Protocol::iid (void) |
41 ArpL3Protocol::GetTypeId (void) |
42 { |
42 { |
43 static TypeId iid = TypeId ("ArpL3Protocol") |
43 static TypeId iid = TypeId ("ArpL3Protocol") |
44 .SetParent<Object> (); |
44 .SetParent<Object> (); |
45 return iid; |
45 return iid; |
46 } |
46 } |