Displaying 3 results from an estimated 3 matches for "ipx_rout".
Did you mean:
ipx_route
2001 Apr 04
1
A question about Starcraft IPX
I don't know if I should be posting this here, and if this newsgroup
is the incorrect one, could someone point me in the right direction?
Just a question, I have SC working fine on my linux box
with wine.. but when I go to play a LAN game with IPX
ipx_interface add -p eth0 802.2 0A0A0A00:09
ipx_route add 0A0A0A00 0A0A0A00 0A0A0A09
it see's the game, but is "Unable to join game"
the host that I'm trying to talk to is 10.10.10.9 (a win98 box on a
class C 10.10.10.0)
am I doing something wrong??
any help would be much appriciated.
P.S. my ip on eth0 is NOT 10.10.10.9
_nick
2001 May 23
0
ipx configuration for starcraft brood war
I've got a problem to make run Starcraft in local area network .
I can see in the ipx screen the name of the network game (sometimes) and
when i click it returns me an error
I try to play with another computer which runs on win98
Please asnwer me . I read about ipx_route but i don't know how ti use it
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...ipxrtr_ioctl(unsigned int cmd, void __user *arg);
-static __inline__ void ipxitf_put(struct ipx_interface *intrfc)
+static inline void ipxitf_put(struct ipx_interface *intrfc)
@@ -166 +166 @@ static __inline__ void ipxitf_put(struct ipx_interface *intrfc)
-static __inline__ void ipxrtr_hold(struct ipx_route *rt)
+static inline void ipxrtr_hold(struct ipx_route *rt)
@@ -171 +171 @@ static __inline__ void ipxrtr_hold(struct ipx_route *rt)
-static __inline__ void ipxrtr_put(struct ipx_route *rt)
+static inline void ipxrtr_put(struct ipx_route *rt)
diff --git a/include/net/llc_c_ev.h b/include/net/llc_c_...