add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
authorSzabolcs Nagy <nsz@port70.net>
Tue, 8 Sep 2015 19:31:58 +0000 (19:31 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 Jan 2016 00:19:29 +0000 (19:19 -0500)
commit2c9acc51cdf40871625405a7e4a766cccb77ab6f
tree1142f6187032f8f843e6d358f9abb307c2102e7f
parent4da2d96591cfe0e088c366bf2bdf4ef0e47a3220
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h

IP_BIND_ADDRESS_NO_PORT is a SOL_IP socket option to delay src port
allocation until connect in case src ip is set with bind(port=0).
new in linux v4.2, commit 90c337da1524863838658078ec34241f45d8394d

IPPROTO_MPLS protocol number for mpls over ip.
new in linux v4.2, commit 730fc4371333636a00fed32c587fc1e85c5367e2
include/netinet/in.h