1
0
mirror of https://passt.top/passt synced 2024-06-30 15:02:40 +00:00
passt/dhcp.h
Stefano Brivio 16f4b983de passt: Shrink binary size by dropping static initialisers
...from 11MiB to 155KiB for 'make avx2', 95KiB with -Os and stripped.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2021-10-05 21:22:59 +02:00

3 lines
78 B
C

int dhcp(struct ctx *c, struct ethhdr *eh, size_t len);
void dhcp_init(void);