Searched refs:ksocket (Results 1 - 4 of 4) sorted by path

/haiku/headers/private/drivers/
H A Dksocket.h13 #define ksocket socket macro
37 #define ksocket socket macro
63 #define ksocket (gSocket->socket) macro
64 //#define ksocket(_fam, _typ, _pro) ({int thesock; thesock = (gSocket->socket)(_fam, _typ, _pro); dprintf("ksocket(%d, %d, %d) = %d\n", _fam, _typ, _pro, thesock); thesock;})
80 #define kmessage(fmt, ...) dprintf("ksocket: " fmt "\n", ##__VA_ARGS__)
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h13 #define ksocket socket macro
39 #define ksocket (gSocket->socket) macro
55 #define kmessage(fmt, ...) dprintf("ksocket: " fmt "\n", ##__VA_ARGS__)
76 #define ksocket (gSocket->socket) macro
77 //#define ksocket(_fam, _typ, _pro) ({int thesock; thesock = (gSocket->socket)(_fam, _typ, _pro); dprintf("ksocket(%d, %d, %d) = %d\n", _fam, _typ, _pro, thesock); thesock;})
93 #define kmessage(fmt, ...) dprintf("ksocket: " fmt "\n", ##__VA_ARGS__)
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c23 #include <ksocket.h>
145 // move that to ksocket inlined
368 err = dev->sock = ksocket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dksocket.h13 #define ksocket socket macro
35 #define ksocket socket macro
61 #define ksocket (gSocket->socket) macro
62 //#define ksocket(_fam, _typ, _pro) ({int thesock; thesock = (gSocket->socket)(_fam, _typ, _pro); dprintf("ksocket(%d, %d, %d) = %d\n", _fam, _typ, _pro, thesock); thesock;})
78 #define kmessage(fmt, ...) dprintf("ksocket: " fmt "\n", ##__VA_ARGS__)

Completed in 47 milliseconds