Searched refs:AF_MAX (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dsocket.h15 // TODO Should be incorporated into Haikus socket.h with a number below AF_MAX
16 #define AF_IEEE80211 (AF_MAX + 1) /* IEEE 802.11 protocol */
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp52 static EndpointManager* sEndpointManagers[AF_MAX];
66 if (family >= AF_MAX || family < 0)
283 for (int i = 0; i < AF_MAX; i++) {
837 for (int i = 0; i < AF_MAX; i++) {
/haiku/headers/posix/sys/
H A Dsocket.h31 #define AF_MAX 11 macro
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h257 void *if_afdata[AF_MAX];

Completed in 212 milliseconds