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

  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c 409 @param [out] pProtocol The type of header to build. If HeaderSize is zero, then
430 OUT UINT16 * pProtocol
490 if ( NULL != pProtocol ) {
493 *pProtocol = Type;
    [all...]
Ax88772.h 561 @param [in] pProtocol The type of header to build. If HeaderSize is zero, then
582 IN UINT16 * pProtocol
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c 471 OUT UINT16 * pProtocol
566 if ( NULL != pProtocol ) {
569 *pProtocol = Type;
    [all...]
Ax88772.h 624 @param [in] pProtocol The type of header to build. If HeaderSize is zero, then
645 IN UINT16 * pProtocol
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c 502 pTcp4Protocol = pPort->pProtocol.TCPv4;
679 pTcp4Protocol = pPort->pProtocol.TCPv4;
907 pTcp4Protocol = pPort->pProtocol.TCPv4;
927 pTcp4Protocol = pNewPort->pProtocol.TCPv4;
    [all...]
Socket.h 357 @param [in] pProtocol Protocol structure address
366 IN VOID * pProtocol,
373 @param [in] pProtocol Protocol structure address
382 IN VOID * pProtocol,
389 @param [in] pProtocol Protocol structure address
398 IN VOID * pProtocol
468 } pProtocol; ///< Protocol structure address
    [all...]
Ip4.c 332 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.IPv4->Configure;
333 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel;
334 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.IPv4->Poll;
335 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Receive;
336 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Transmit;
730 pIp4Protocol = pPort->pProtocol.IPv4;
    [all...]
Udp4.c 254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure;
255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel;
256 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.UDPv4->Poll;
257 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive;
258 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit;
616 pUdp4Protocol = pPort->pProtocol.UDPv4;
    [all...]
Udp6.c 232 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv6->Configure;
233 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Cancel;
234 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.UDPv6->Poll;
235 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Receive;
236 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Transmit;
609 pUdp6Protocol = pPort->pProtocol.UDPv6;
    [all...]
Tcp6.c 521 pTcp6Protocol = pPort->pProtocol.TCPv6;
710 pTcp6Protocol = pPort->pProtocol.TCPv6;
940 pTcp6Protocol = pPort->pProtocol.TCPv6;
960 pTcp6Protocol = pNewPort->pProtocol.TCPv6;
    [all...]
Socket.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h 212 virtual HRESULT WINAPI GetProtocol(LPWSTR *pProtocol) = 0;
224 HRESULT (WINAPI *GetProtocol)(IBackgroundCopyError *This,LPWSTR *pProtocol);
238 #define IBackgroundCopyError_GetProtocol(This,pProtocol) (This)->lpVtbl->GetProtocol(This,pProtocol)
249 HRESULT WINAPI IBackgroundCopyError_GetProtocol_Proxy(IBackgroundCopyError *This,LPWSTR *pProtocol);
    [all...]
sdpblb.h 195 virtual HRESULT WINAPI put_TransportProtocol(BSTR pProtocol) = 0;
217 HRESULT (WINAPI *put_TransportProtocol)(ITMedia *This,BSTR pProtocol);
241 #define ITMedia_put_TransportProtocol(This,pProtocol) (This)->lpVtbl->put_TransportProtocol(This,pProtocol)
259 HRESULT WINAPI ITMedia_put_TransportProtocol_Proxy(ITMedia *This,BSTR pProtocol);
    [all...]
scardssp.h     [all...]
urlmon.h     [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 789 pProtocol = FOUR_CHAR_CODE('pprt')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 789 pProtocol = FOUR_CHAR_CODE('pprt')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 789 pProtocol = FOUR_CHAR_CODE('pprt')
    [all...]

Completed in 784 milliseconds