summary refs log tree commit diff
path: root/shared/n-dhcp4/src/util/socket.h
blob: b5ecf2c21d3c4b75b75fd267694a9b122f3c5311 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

/*
 * Socket Utilities
 */

#include <c-stdaux.h>
#include <stdlib.h>

int socket_SIOCGIFNAME(int socket, int ifindex, char (*ifnamep)[IFNAMSIZ]);
int socket_bind_if(int socket, int ifindex);