Searched refs:gsreq (Results 1 – 1 of 1) sorted by relevance
525 struct group_source_req gsreq = {0}; in _php_mcast_source_op() local527 memcpy(&gsreq.gsr_group, group, group_len); in _php_mcast_source_op()528 assert(gsreq.gsr_group.ss_family != 0); in _php_mcast_source_op()529 memcpy(&gsreq.gsr_source, source, source_len); in _php_mcast_source_op()530 assert(gsreq.gsr_source.ss_family != 0); in _php_mcast_source_op()531 gsreq.gsr_interface = if_index; in _php_mcast_source_op()534 _php_source_op_to_rfc3678_op(sop), (char*)&gsreq, sizeof(gsreq)); in _php_mcast_source_op()
Completed in 8 milliseconds