Searched refs:typeflags (Results 1 – 1 of 1) sorted by relevance
74 static int sock_fanout_open(uint16_t typeflags, int num_packets) in sock_fanout_open() argument85 val = ((int) typeflags) << 16; in sock_fanout_open()256 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument261 uint8_t type = typeflags & 0xFF; in test_datapath()264 fprintf(stderr, "test: datapath 0x%hx\n", typeflags); in test_datapath()266 fds[0] = sock_fanout_open(typeflags, 20); in test_datapath()267 fds[1] = sock_fanout_open(typeflags, 20); in test_datapath()