On Wed, Dec 16, 2020 at 03:54:04PM +0000, Stuart Henderson wrote: > On 2020/12/16 16:43, Salvatore Cuzzilla wrote: > > Hi folks, > > > > is there any process associated with this netstat record? > > btw, what's the meaning of the state field with value '17'? > > > > ToTo@obsd ~ $ doas netstat -an -f inet > > Active Internet connections (including servers) > > Proto Recv-Q Send-Q Local Address Foreign Address (state) > > ip 0 0 *.* *.* 17 > > Are kernel and userland in sync?
This is a SOCK_RAW socket using protocol 17 (UDP). AFAIK this is dhclient. You can see this also with fstat. root dhclient 75024 5* internet dgram udp *:0 -- :wq Claudio
