Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds