summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eigrpd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make functions and variables static whenever possible.renato2016-09-021-7/+12
* Merge the recv_packet_v[46] functions into one.renato2016-09-021-149/+84
* Simplify handling of multicast addresses.renato2016-09-021-7/+5
* Remove superfluous includes and follow style(9).renato2016-09-021-6/+9
* Move several other variables out of eigrpd_conf.renato2016-04-151-3/+3
* Minor fixes and code cleanup.renato2016-04-151-5/+5
* Copy structs by assignment instead of memcpy.renato2016-02-211-3/+3
* Introduce the bad_addr() family of functions.renato2016-02-211-11/+14
* Several minor tweaks.renato2016-02-211-2/+2
* Add scope id only for unicast IPv6 packets.renato2016-02-211-4/+4
* Several fixes in the Conditionally Received (CR) mode.renato2016-01-151-16/+17
* Split TLV constants into subcomponents to simplify the code.renato2016-01-151-22/+9
* Avoid the use of inet_pton() whenever possible.renato2016-01-151-5/+4
* Introduce new command to show traffic statistics.renato2015-12-131-4/+40
* Fix detection of interface up/down events.renato2015-10-101-5/+8
* Ignore IPv4 TLVs in IPv6 instances and vice-versa.renato2015-10-041-13/+14
* Fix warnings and add safeguards to protect against corrupted data.renato2015-10-041-9/+9
* Welcome eigrpdrenato2015-10-021-0/+729