Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsocketvar.h355 struct sockopt { struct
357 int sopt_level; /* second arg of [gs]etsockopt */ argument
358 int sopt_name; /* third arg of [gs]etsockopt */ argument
359 void *sopt_val; /* fourth arg of [gs]etsockopt */ argument
360 size_t sopt_valsize; /* (almost) fifth arg of [gs]etsockopt */ argument
361 struct thread *sopt_td; /* calling thread or null if kernel */