Home
last modified time | relevance | path

Searched refs:AF_IPX (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dsocket.h181 #define AF_IPX 4 /* Novell IPX */ macro
235 #define PF_IPX AF_IPX
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/
Dsocket.h181 #define AF_IPX 4 /* Novell IPX */ macro
235 #define PF_IPX AF_IPX
/kernel/liteos_m/testsuites/unittest/xts/net/
Dacts_net_test.c317 int ret = inet_pton(AF_IPX, "127.0.0.1", &rst);
393 ret = inet_ntop(AF_IPX, &inputAddr, rstBuff, sizeof(rstBuff));
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dsocket.h136 #define AF_IPX PF_IPX macro