commit | aa2240a44497536e871579f3f81217776606a76e | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Oct 23 17:49:32 2018 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Oct 26 15:37:21 2018 +0300 |
tree | 813bec9b10e145737f4857cdec4b13eed9f053a2 | |
parent | 5f66852f623d759bdad877f4628e0c4168f42344 [diff] |
net: ip: Add function to check if IPv4 address is broadcast one Add utility function that returns true if given IPv4 address is a broadcast address. This will be used in later commits to check received packet IPv4 source and destination addresses. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>