Lines Matching refs:fam
47 * <fam> <type> <protocol> <path|module>
48 * <fam> <type> <protocol>
52 * soconfig <fam> <type> <protocol> <path|module>
55 * soconfig <fam> <type> <protocol>
64 * after:filter] | prog} <fam>:<type>:<proto>,...
141 "\tsoconfig <fam> <type> <protocol> <path|module>\n"
142 "\tsoconfig <fam> <type> <protocol>\n"
305 int cmd, fam, type, protocol;
307 fam = parse_int(famstr);
308 if (fam == -1) {
373 cmd, fam, type, protocol, path == NULL ? "(null)" : path);
375 if (_sockconfig(cmd, fam, type, protocol, path) == -1) {
390 fam, type, protocol, s);