Searched refs:AF_WANPIPE (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dwanpipe.h125 #ifndef AF_WANPIPE
126 #define AF_WANPIPE 25 macro
128 #define PF_WANPIPE AF_WANPIPE
133 #ifndef AF_WANPIPE
134 #define AF_WANPIPE 24 macro
136 #define PF_WANPIPE AF_WANPIPE
H A Dsocket.h158 #define AF_WANPIPE 25 /* Wanpipe API Sockets */ macro
190 #define PF_WANPIPE AF_WANPIPE
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dwanpipe.h125 #ifndef AF_WANPIPE
126 #define AF_WANPIPE 25 macro
128 #define PF_WANPIPE AF_WANPIPE
133 #ifndef AF_WANPIPE
134 #define AF_WANPIPE 24 macro
136 #define PF_WANPIPE AF_WANPIPE
H A Dsocket.h158 #define AF_WANPIPE 25 /* Wanpipe API Sockets */ macro
190 #define PF_WANPIPE AF_WANPIPE
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Daf_wanpipe.c120 * into an AF_WANPIPE socket queue. Based on wanpipe_rcv()
229 sll->sll_family = AF_WANPIPE;
398 sll->sll_family = AF_WANPIPE;
512 * for AF_WANPIPE socket family.
1392 * BIND() System call, which is bound to the AF_WANPIPE
1416 if (sll->sll_family != AF_WANPIPE){
1571 * Crates AF_WANPIPE socket.
1755 sll->sll_family = AF_WANPIPE;
2604 if (addr->sll_family != AF_WANPIPE)

Completed in 72 milliseconds