search for: pcbs

Displaying 4 results from an estimated 4 matches for "pcbs".

Did you mean: cbs
2002 Mar 20
1
cannot open file .RDataTmp
...G text html latex example missing link(s): interp.new kde2d.G text html latex example krige.G text html latex example list.GRASS text html latex example pcbs text html latex example plot.grassmeta text html latex example rast.get text html latex example rast.put text html latex example sites.get...
2002 Jul 11
0
missing links in GRASS package for R
...g link(s): interp.new* kde2d.G text html latex example krige.G text html latex example *missing link(s): vgram Krig predict.Krig predict.se.Krig* list.GRASS text html latex example pcbs text html latex example plot.grassmeta text html latex example rast.get text html latex example rast.put text html latex example sites.get...
2016 Jul 04
2
[PATCH] core/lwip: Avoid immediate reuse of UDP port numbers
...ot; */ +#define UDP_LOCAL_PORT_RANGE_START 0xc000 +#define UDP_LOCAL_PORT_RANGE_END 0xffff +#endif + static u16_t port = UDP_LOCAL_PORT_RANGE_START; + + again: + if (port++ >= UDP_LOCAL_PORT_RANGE_END) { + port = UDP_LOCAL_PORT_RANGE_START; + } + /* Check PCB list. */ + for(pcb = udp_pcbs; pcb != NULL; pcb = pcb->next) { + if (pcb->local_port == port) { + goto again; + } + } + return port; +} + +/** * Bind an UDP PCB. * * @param pcb UDP PCB to be bound with a local address ipaddr and port. @@ -745,31 +776,9 @@ udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr,...
2000 Feb 07
4
Segmentation fault, devPS.c, 0.99.0 (PR#413)
Full_Name: Roger Bivand Version: 0.99.0 OS: RH Linux 6.1 Submission from: (NULL) (158.37.60.152) I am working on an interface between R and the GRASS geographical information system, written in R, with no dynamically loaded code. I have written full examples, and tested then under R 0.90.1, both by entering example() for each function and R CMD check, both of which worked without problem. Under