From joerthan.panest at gmail.com Sat Apr 3 03:20:50 2010 From: joerthan.panest at gmail.com (Joerthan Panest) Date: Fri, 2 Apr 2010 23:20:50 -0400 Subject: [ip-interfaces-devel] LispWorks Message-ID: I saw the notice on c.l.l. and thought I'd offer that I tried it on LispWorks 6 on Windows with success as well. > (pprint (ip-interfaces:get-ip-interfaces)) (#S(IP-INTERFACES::IP-INTERFACE :NAME "ip1" :ADDRESS #(127 0 0 1) :NETMASK #(255 0 0 0) :BROADCAST-ADDRESS #(255 255 255 255) :FLAGS 23 :ADDRESS-FAMILY :AF-INET) #S(IP-INTERFACES::IP-INTERFACE :NAME "ip0" :ADDRESS #(xx xx xx xx) :NETMASK #(xx xx xx xx) :BROADCAST-ADDRESS #(255 255 255 255) :FLAGS 19 :ADDRESS-FAMILY :AF-INET)) -------------- next part -------------- An HTML attachment was scrubbed... URL: From elliottslaughter at gmail.com Sat Apr 3 03:52:37 2010 From: elliottslaughter at gmail.com (Elliott Slaughter) Date: Fri, 2 Apr 2010 20:52:37 -0700 Subject: [ip-interfaces-devel] LispWorks In-Reply-To: References: Message-ID: On Fri, Apr 2, 2010 at 8:20 PM, Joerthan Panest wrote: > I saw the notice on c.l.l. and thought I'd offer that I tried it on > LispWorks 6 on Windows with success as well. > Awesome, thanks. Hope you find it helpful :-) > (pprint (ip-interfaces:get-ip-interfaces)) > > (#S(IP-INTERFACES::IP-INTERFACE :NAME "ip1" > :ADDRESS #(127 0 0 1) > :NETMASK #(255 0 0 0) > :BROADCAST-ADDRESS #(255 255 255 255) > :FLAGS 23 > :ADDRESS-FAMILY :AF-INET) > #S(IP-INTERFACES::IP-INTERFACE :NAME "ip0" > :ADDRESS #(xx xx xx xx) > :NETMASK #(xx xx xx xx) > :BROADCAST-ADDRESS #(255 255 255 255) > :FLAGS 19 > :ADDRESS-FAMILY :AF-INET)) > > > _______________________________________________ > ip-interfaces-devel mailing list > ip-interfaces-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/ip-interfaces-devel > > -- Elliott Slaughter "Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay -------------- next part -------------- An HTML attachment was scrubbed... URL: