mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
In C, plain inline functions should never be used: they should be declared either static inline or extern inline. In this case, they are clearly meant to be static inline. MFC after: 3 days |
||
|---|---|---|
| .. | ||
| libalias | ||
| arp.sh | ||
| carp.sh | ||
| divert.sh | ||
| fibs.sh | ||
| fibs_test.sh | ||
| forward.sh | ||
| ip_reass_test.c | ||
| lpm.sh | ||
| Makefile | ||
| Makefile.depend | ||
| output.sh | ||
| redirect.py | ||
| redirect.sh | ||
| so_reuseport_lb_test.c | ||
| socket_afinet.c | ||
| tcp_connect_port_test.c | ||
| tcp_user_cookie.c | ||
| udp_dontroute.c | ||