X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-dhcp%2Fdhcp-internal.h;h=4472d95095fbce1399565e30f2c2ec6216fe3afe;hb=8c00042c939938818365753023ff2d50f984dec6;hp=1f9c9d249b680ea9e372cee83854058e8e595c5c;hpb=524cf45894e8219bb66caca58a451bffdc5167ad;p=elogind.git 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);