/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/net/rte_ip.h
12 строк
210 B
Robin Jarry
net: split IPv4 and IPv6 symbols in separate headers
18 окт 2024, 18:15
18 окт 2024, 18:15
1a2b549
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2024 Robin Jarry * All rights reserved. */ #ifndef _RTE_IP_H_ #define _RTE_IP_H_ #include <rte_ip4.h> #include <rte_ip6.h> #endif /* _RTE_IP_H_ */