Searched refs:cfg_type (Results 1 – 1 of 1) sorted by relevance
77 static int cfg_type = SOCK_STREAM; variable313 proto = cfg_type == SOCK_STREAM ? IPPROTO_TCP : IPPROTO_UDP; in set_filter()388 fd = socket(cfg_family, cfg_type, 0); in setup_sink()390 error(1, errno, "socket %d.%d", cfg_family, cfg_type); in setup_sink()534 cfg_type = SOCK_STREAM; in parse_opts()540 cfg_type = SOCK_DGRAM; in parse_opts()
Completed in 4 milliseconds