Home | History | Annotate | Download | only in udp

Lines Matching full:multicast

74 	/** Multicast transport layer interface */
132 /** Request multicast option */
214 * Reopen TFTP multicast socket
224 /* Close multicast socket */
227 /* Open multicast socket. We never send via this socket, so
233 DBGC ( tftp, "TFTP %p could not open multicast "
296 * MTFTP multicast receive address
307 * Set MTFTP multicast address
309 * @v address Multicast IPv4 address
316 * Set MTFTP multicast port
318 * @v port Multicast port
355 + 9 + 1 + 1 /* "multicast" + NUL + NUL */ );
374 "multicast%c", 0 ) + 1 );
513 /* Close multicast socket */
593 * Process TFTP "multicast" option
618 DBGC ( tftp, "TFTP %p multicast missing port,mc\n", tftp );
624 DBGC ( tftp, "TFTP %p multicast missing mc\n", tftp );
633 DBGC ( tftp, "TFTP %p multicast invalid mc %s\n", tftp, mc );
641 DBGC ( tftp, "TFTP %p multicast invalid IP address "
645 DBGC ( tftp, "TFTP %p multicast IP address %s\n",
649 DBGC ( tftp, "TFTP %p multicast invalid port %s\n",
653 DBGC ( tftp, "TFTP %p multicast port %d\n",
679 { "multicast", tftp_process_multicast },
1002 * 2. RFC2090 multicast TFTP; the only unicast packets we will
1005 * multicast option if we are not the master client.
1026 * Receive new data via multicast socket
1028 * @v mc_socket Multicast transport layer interface
1042 /** TFTP multicast socket operations */
1105 struct sockaddr *multicast,
1135 /* Open multicast socket */
1136 if ( multicast ) {
1137 if ( ( rc = tftp_reopen_mc ( tftp, multicast ) ) != 0 )