Searched defs:cmsgbuf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping.c1511 static u8_t cmsgbuf[128]; local
1533 mh.msg_control = cmsgbuf;
1534 mh.msg_controllen = sizeof(cmsgbuf);
1547 mh.Control.buf = cmsgbuf;
1548 mh.Control.len = sizeof(cmsgbuf);

Completed in 1033 milliseconds