Home
last modified time | relevance | path

Searched refs:FAKEIP_END (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/lib/
H A Daddress.c891 #if FAKEIP_END < FAKEIP_START
895 if (ipc >= FAKEIP_END - FAKEIP_START) {
897 function, FAKEIP_START, FAKEIP_END);
940 if (ntohl(addr) >= FAKEIP_START && ntohl(addr) <= FAKEIP_END)
/dports/net/dante/dante-1.4.3/include/
H A Dcommon.h1245 #define FAKEIP_END 0x000000ff macro