/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_urb.c | 583 STATIC_ASSERT(ARRAY_SIZE(urb->pcb) >= 5); 584 memcpy(urb->pcb, dw1, sizeof(dw1)); 740 if (memcmp(urb->pcb, old->pcb, sizeof(urb->pcb))) {
|
/external/syslinux/core/lwip/src/core/snmp/ |
msg_out.c | 177 udp_connect(m_stat->pcb, &m_stat->sip, m_stat->sp); 178 err = udp_send(m_stat->pcb, p); 188 /** disassociate remote address and port with this pcb */ 189 udp_disconnect(m_stat->pcb); 274 udp_sendto(trap_msg.pcb, p, &trap_msg.dip, SNMP_TRAP_PORT);
|
msg_in.c | 61 static void snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port); 68 * Allocates UDP pcb and binds it to IP_ADDR_ANY port 161. 90 trap_msg.pcb = snmp1_pcb; 809 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) 839 msg_ps->pcb = pcb; [all...] |
/external/syslinux/core/lwip/src/include/lwip/ |
api.h | 51 * the same byte order as in the corresponding pcb. 145 } pcb; member in struct:netconn
|
api_msg.h | 57 * the same byte order as in the corresponding pcb.
|
dhcp.h | 34 struct udp_pcb *pcb; member in struct:dhcp
|
/external/walt/arduino/walt/ |
walt.ino | 60 #define DEBUG_LED1 11 // On r0.7 PCB: D4 - Red 61 #define DEBUG_LED2 12 // On r0.7 PCB: D3 - Green
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
Socket.h | 347 #define SOCK_ATTACH 0 ///< Attach current socket to a new PCB
348 #define SOCK_DETACH 1 ///< Detach current socket from the PCB
349 #define SOCK_CONFIGURE 2 ///< Configure attached PCB
350 #define SOCK_FLUSH 3 ///< Flush attached PCB
|
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/ |
Socket.h | 87 #define SOCK_ATTACH 0 ///< Attach current socket to a new PCB
88 #define SOCK_DETACH 1 ///< Detach current socket from the PCB
89 #define SOCK_CONFIGURE 2 ///< Configure attached PCB
90 #define SOCK_FLUSH 3 ///< Flush attached PCB
|
TcpDispatcher.c | 279 "TcpBind: no port can be allocated for this pcb\n")
338 Attach a Pcb to the socket.
414 Detach the Pcb of the socket.
459 Configure the Pcb using CfgData.
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
_regset.h | 38 * sigframe, pcb, mcontext, reg and fpreg. Other candidates are unwind
|
/external/llvm/lib/Target/MSP430/ |
MSP430RegisterInfo.cpp | 79 Reserved.set(MSP430::PCB);
|
/external/syslinux/core/lwip/ |
UPGRADING | 117 more than one pcb.
|
/external/syslinux/core/lwip/src/core/ |
dns.c | 211 static void dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port); 228 * Initialize the resolver: set up the UDP pcb and configure the default server 733 * Receive input function for DNS response packets arriving for the dns UDP pcb. 738 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) 748 LWIP_UNUSED_ARG(pcb);
|
timers.c | 94 * Called from TCP_REG when registering a new PCB:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
propsys.h | [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/ |
FastbootTransportTcp.c | 141 // PCB from the list of live connections. Subsequent attempts to Configure()
518 // PCB from the list of live connections. Subsequent attempts to Configure()
|
/system/bt/bta/jv/ |
bta_jv_act.cc | [all...] |
/external/syslinux/core/lwip/src/api/ |
api_lib.c | 59 * The corresponding pcb is also created. 79 LWIP_ASSERT("freeing conn without freeing pcb", conn->pcb.tcp == NULL);
|
/system/bt/btif/src/ |
btif_hl.cc | 205 p_mcb->pcb.channel_id == channel_id) { 714 p_mcb->pcb.abort_pending = true; [all...] |
/external/mesa3d/src/gallium/drivers/ilo/ |
ilo_shader.c | 246 /* use PCB unless constant buffer 0 is not in user buffer */ 624 (kernel->pcb.cbuf0_size + kernel->pcb.clip_state_size + 15) / 16; [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
MSP430RegisterInfo.cpp | 82 Reserved.set(MSP430::PCB);
|
/external/syslinux/core/lwip/src/core/ipv4/ |
icmp.c | 104 /* This is OK, echo reply might have been parsed by a raw PCB
|
/frameworks/base/core/java/android/widget/ |
ActionMenuView.java | 658 public void setMenuCallbacks(MenuPresenter.Callback pcb, MenuBuilder.Callback mcb) { 659 mActionMenuPresenterCallback = pcb;
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionMenuView.java | 670 public void setMenuCallbacks(MenuPresenter.Callback pcb, MenuBuilder.Callback mcb) { 671 mActionMenuPresenterCallback = pcb;
|