VirtualBox

Changeset 57393 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 17, 2015 3:02:05 PM (9 years ago)
Author:
vboxsync
Message:

DECLCALLBACK

Location:
trunk/src/VBox/Devices/Network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevINIP.cpp

    r57358 r57393  
    146146*   Internal Functions                                                                                                           *
    147147*********************************************************************************************************************************/
    148 static DECLCALLBACK(err_t) devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr);
    149 static DECLCALLBACK(err_t) devINIPOutputRaw(struct netif *netif, struct pbuf *p);
    150 static DECLCALLBACK(err_t) devINIPInterface(struct netif *netif);
     148static err_t devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr);
     149static err_t devINIPOutputRaw(struct netif *netif, struct pbuf *p);
     150static err_t devINIPInterface(struct netif *netif);
    151151
    152152
     
    160160 * @param   ipaddr  Destination IP address.
    161161 */
    162 static DECLCALLBACK(err_t) devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr)
     162static err_t devINIPOutput(struct netif *netif, struct pbuf *p, struct ip_addr *ipaddr)
    163163{
    164164    err_t lrc;
     
    179179 * @param   p       Frame data.
    180180 */
    181 static DECLCALLBACK(err_t) devINIPOutputRaw(struct netif *netif, struct pbuf *p)
     181static err_t devINIPOutputRaw(struct netif *netif, struct pbuf *p)
    182182{
    183183    int rc = VINF_SUCCESS;
     
    251251 * @param   netif   Interface to configure.
    252252 */
    253 static DECLCALLBACK(err_t) devINIPInterface(struct netif *netif)
     253static err_t devINIPInterface(struct netif *netif)
    254254{
    255255    LogFlow(("%s: netif=%p\n", __FUNCTION__, netif));
  • trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp

    r56292 r57393  
    6666 * @note: this function executes on TCPIP thread.
    6767 */
    68 static DECLCALLBACK(void) lwipCoreUserCallback(void *pvArg)
     68static void lwipCoreUserCallback(void *pvArg)
    6969{
    7070    LogFlowFunc(("ENTER: pvArg:%p\n", pvArg));
     
    8383 * @note: this function executes on TCPIP thread.
    8484 */
    85 static DECLCALLBACK(void) lwipCoreInitDone(void *pvArg)
     85static void lwipCoreInitDone(void *pvArg)
    8686{
    8787    LogFlowFunc(("ENTER: pvArg:%p\n", pvArg));
     
    9797 * @note: this function executes on TCPIP thread.
    9898 */
    99 static DECLCALLBACK(void) lwipCoreFiniDone(void *pvArg)
     99static void lwipCoreFiniDone(void *pvArg)
    100100{
    101101    LogFlowFunc(("ENTER: pvArg:%p\n", pvArg));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette