Home
last modified time | relevance | path

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

/PHP-5.4/ext/sockets/
H A Dmulticast.c220 struct group_source_req gsreq = {0}; in _php_mcast_source_op() local
222 memcpy(&gsreq.gsr_group, group, group_len); in _php_mcast_source_op()
223 assert(gsreq.gsr_group.ss_family != 0); in _php_mcast_source_op()
224 memcpy(&gsreq.gsr_source, source, source_len); in _php_mcast_source_op()
225 assert(gsreq.gsr_source.ss_family != 0); in _php_mcast_source_op()
226 gsreq.gsr_interface = if_index; in _php_mcast_source_op()
229 _php_source_op_to_rfc3678_op(sop), (char*)&gsreq, sizeof(gsreq)); in _php_mcast_source_op()

Completed in 5 milliseconds