HomeSort by relevance Sort by last modified time
    Searched refs:pcb2 (Results 1 - 4 of 4) sorted by null

  /external/syslinux/core/lwip/src/core/
raw.c 306 struct raw_pcb *pcb2; local
313 for(pcb2 = raw_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {
315 if (pcb2->next != NULL && pcb2->next == pcb) {
317 pcb2->next = pcb->next;
udp.c 901 struct udp_pcb *pcb2; local
910 for (pcb2 = udp_pcbs; pcb2 != NULL; pcb2 = pcb2->next) {
912 if (pcb2->next != NULL && pcb2->next == pcb) {
914 pcb2->next = pcb->next;
    [all...]
tcp.c 908 struct tcp_pcb *pcb2; local
926 pcb2 = pcb;
928 memp_free(MEMP_TCP_PCB, pcb2);
965 struct tcp_pcb *pcb2; local
976 pcb2 = pcb;
978 memp_free(MEMP_TCP_PCB, pcb2);
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 470 final IAudioPolicyCallback pcb2 = pcb; local
479 pcb2.notifyAudioFocusGrant(mFocusStack.peek().toAudioFocusInfo(),
484 + pcb2.asBinder(), e);
    [all...]

Completed in 1048 milliseconds