Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsysproto.h109 struct socket_args { struct
110 char domain_l_[PADL_(int)]; int domain; char domain_r_[PADR_(int)];
111 char type_l_[PADL_(int)]; int type; char type_r_[PADR_(int)];
112 char protocol_l_[PADL_(int)]; int protocol; char protocol_r_[PADR_(int)];
/f-stack/freebsd/sys/
H A Dsysproto.h343 struct socket_args { struct
344 char domain_l_[PADL_(int)]; int domain; char domain_r_[PADR_(int)];
345 char type_l_[PADL_(int)]; int type; char type_r_[PADR_(int)];
346 char protocol_l_[PADL_(int)]; int protocol; char protocol_r_[PADR_(int)];