]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Split *_recv() into *_recv() and *_recvmsg() functions
authorRoy Marples <roy@marples.name>
Fri, 25 Oct 2019 11:49:01 +0000 (12:49 +0100)
committerRoy Marples <roy@marples.name>
Fri, 25 Oct 2019 11:49:01 +0000 (12:49 +0100)
commitc548c5b3662b0a2981c130d8f6d943c7dc5fe1b7
tree9f8df962f438c6985f1589a91b3f2d010bc457fb
parente5b0197cba57940809e421acfed37669a445440b
Split *_recv() into *_recv() and *_recvmsg() functions

The *_recvmsg() function has the whole packet in the first and
only iov.

Serves little purpose now, but will be used in the future.
src/dhcp.c
src/dhcp6.c
src/ipv6nd.c