Searched refs:spraybuf (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/tests/ |
| H A D | tcp_input_outputopts_uaf_56155583.c | 26 uint8_t spraybuf[SIZEOF_STRUCT_IP6_PKTOPTS]; in setopt_thread() local 29 memset(spraybuf, 0x41, sizeof(spraybuf)); in setopt_thread() 38 T_ASSERT_EQ(ioctl(-1, _IOW('x', 0, spraybuf), spraybuf), -1, NULL); in setopt_thread()
|
| H A D | netagent_race_infodisc_56244905.c | 83 uint8_t spraybuf[SIZEOF_STRUCT_NETAGENT_WRAPPER]; in unregister_racer() local 85 memset(spraybuf, 0x41, sizeof(spraybuf)); in unregister_racer() 89 ioctl(-1, _IOW('x', 0, spraybuf), spraybuf); in unregister_racer()
|