HomeSort by: relevance | last modified time | path
    Searched defs:cbuflen (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 89 size_t cbuflen; local in function:main
185 cbuflen = CMSG_SPACE(sizeof(struct sockaddr_storage));
186 if ((cbuf = malloc(cbuflen)) == NULL) {
192 msg.msg_controllen = cbuflen;
tftp-proxy.c 89 size_t cbuflen; local in function:main
185 cbuflen = CMSG_SPACE(sizeof(struct sockaddr_storage));
186 if ((cbuf = malloc(cbuflen)) == NULL) {
192 msg.msg_controllen = cbuflen;

Completed in 50 milliseconds