Home
last modified time | relevance | path

Searched defs:ethsock_recv (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/nmrpflash/nmrpflash-0.9.15/
H A Dnmrp.c235 #define ethsock_recv(sock, buf, len) read(STDIN_FILENO, buf, len) macro
H A Dethsock.c694 ssize_t ethsock_recv(struct ethsock *sock, void *buf, size_t len) in ethsock_recv() function