Searched defs:ng_ksocket_sockopt (Results 1 – 2 of 2) sorted by relevance
53 struct ng_ksocket_sockopt { struct54 int32_t level; /* second arg of [gs]etsockopt() */55 int32_t name; /* third arg of [gs]etsockopt() */56 u_char value[0]; /* fourth arg of [gs]etsockopt() */
55 struct ng_ksocket_sockopt { struct56 int32_t level; /* second arg of [gs]etsockopt() */57 int32_t name; /* third arg of [gs]etsockopt() */58 u_char value[]; /* fourth arg of [gs]etsockopt() */