Searched refs:pcb2 (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | raw.c | 281 struct raw_pcb *pcb2; local 287 } else for(pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { 289 if (pcb2->next != NULL && pcb2->next == pcb) { 291 pcb2->next = pcb->next;
|
H A D | udp.c | 605 struct udp_pcb *pcb2; local 614 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { 616 if (pcb2->next != NULL && pcb2->next == pcb) { 618 pcb2->next = pcb->next;
|
H A D | tcp.c | 472 struct tcp_pcb *pcb, *pcb2, *prev; local 598 pcb2 = pcb->next; 600 pcb = pcb2; 646 pcb2 = pcb->next; 648 pcb = pcb2;
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | raw.c | 352 struct raw_pcb *pcb2; local 359 for(pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) { 361 if (pcb2->next != NULL && pcb2->next == pcb) { 363 pcb2->next = pcb->next;
|
H A D | tcp.c | 1031 struct tcp_pcb *pcb2; local 1052 pcb2 = pcb; 1054 memp_free(MEMP_TCP_PCB, pcb2); 1101 struct tcp_pcb *pcb2; local 1112 pcb2 = pcb; 1114 memp_free(MEMP_TCP_PCB, pcb2);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | ip.h | 73 #define IP_PCB_IPVER_EQ(pcb1, pcb2) ((pcb1)->isipv6 == (pcb2)->isipv6) 80 #define IP_PCB_IPVER_EQ(pcb1, pcb2) 1
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DrvHostDSound.cpp | 215 DWORD *pcb1, DWORD *pcb2, 252 *pcb2 = cb2; 260 DWORD *pcb1, DWORD *pcb2, 287 *pcb2 = cb2; 212 dsoundLockOutput(LPDIRECTSOUNDBUFFER pDSB, PDMPCMPROPS *pProps, DWORD dwOffset, DWORD dwBytes, LPVOID *ppv1, LPVOID *ppv2, DWORD *pcb1, DWORD *pcb2, DWORD dwFlags) argument 257 dsoundLockInput(LPDIRECTSOUNDCAPTUREBUFFER pDSCB, PPDMPCMPROPS pProps, DWORD dwOffset, DWORD dwBytes, LPVOID *ppv1, LPVOID *ppv2, DWORD *pcb1, DWORD *pcb2, DWORD dwFlags) argument
|
Completed in 1435 milliseconds