X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-dhcp%2Fdhcp-internal.h;h=4472d95095fbce1399565e30f2c2ec6216fe3afe;hp=1f9c9d249b680ea9e372cee83854058e8e595c5c;hb=3b349af69aab440a625fedb21377e2bdc461098e;hpb=524cf45894e8219bb66caca58a451bffdc5167ad diff --git a/src/libsystemd-dhcp/dhcp-internal.h b/src/libsystemd-dhcp/dhcp-internal.h index 1f9c9d249..4472d9509 100644 --- a/src/libsystemd-dhcp/dhcp-internal.h +++ b/src/libsystemd-dhcp/dhcp-internal.h @@ -22,9 +22,16 @@ ***/ #include +#include + +#include "socket-util.h" #include "dhcp-protocol.h" +int dhcp_network_bind_raw_socket(int index, union sockaddr_union *link); +int dhcp_network_send_raw_socket(int s, const union sockaddr_union *link, + const void *packet, size_t len); + int dhcp_option_append(uint8_t **buf, size_t *buflen, uint8_t code, size_t optlen, const void *optval);