Home
last modified time | relevance | path

Searched refs:gsreq (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/sockets/
H A Dmulticast.c521 struct group_source_req gsreq = {0}; in _php_mcast_source_op() local
523 memcpy(&gsreq.gsr_group, group, group_len); in _php_mcast_source_op()
524 assert(gsreq.gsr_group.ss_family != 0); in _php_mcast_source_op()
525 memcpy(&gsreq.gsr_source, source, source_len); in _php_mcast_source_op()
526 assert(gsreq.gsr_source.ss_family != 0); in _php_mcast_source_op()
527 gsreq.gsr_interface = if_index; in _php_mcast_source_op()
530 _php_source_op_to_rfc3678_op(sop), (char*)&gsreq, sizeof(gsreq)); in _php_mcast_source_op()

Completed in 5 milliseconds