Home
last modified time | relevance | path

Searched refs:optbuf (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dnc_bloaty.c448 char optbuf[40]; in dolisten() local
449 socklen_t x = sizeof(optbuf); in dolisten()
451 rr = getsockopt(netfd, IPPROTO_IP, IP_OPTIONS, optbuf, &x); in dolisten()
453 *bin2hex(bigbuf_net, optbuf, x) = '\0'; in dolisten()