Searched refs:mc_socket (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/net/udp/ |
D | slam.c | 126 struct xfer_interface mc_socket; member 189 xfer_nullify ( &slam->mc_socket ); in slam_finished() 190 xfer_close ( &slam->mc_socket, rc ); in slam_finished() 480 static int slam_mc_socket_deliver ( struct xfer_interface *mc_socket, in slam_mc_socket_deliver() argument 484 container_of ( mc_socket, struct slam_request, mc_socket ); in slam_mc_socket_deliver() 632 static void slam_mc_socket_close ( struct xfer_interface *mc_socket, int rc ){ in slam_mc_socket_close() argument 634 container_of ( mc_socket, struct slam_request, mc_socket ); in slam_mc_socket_close() 754 xfer_init ( &slam->mc_socket, &slam_mc_socket_operations, in slam_open() 786 if ( ( rc = xfer_open_socket ( &slam->mc_socket, SOCK_DGRAM, in slam_open()
|
D | tftp.c | 75 struct xfer_interface mc_socket; member 174 xfer_nullify ( &tftp->mc_socket ); in tftp_done() 175 xfer_close ( &tftp->mc_socket, rc ); in tftp_done() 225 xfer_close ( &tftp->mc_socket, 0 ); in tftp_reopen_mc() 231 if ( ( rc = xfer_open_socket ( &tftp->mc_socket, SOCK_DGRAM, in tftp_reopen_mc() 514 xfer_close ( &tftp->mc_socket, 0 ); in tftp_timer_expired() 1033 static int tftp_mc_socket_deliver_iob ( struct xfer_interface *mc_socket, in tftp_mc_socket_deliver_iob() argument 1037 container_of ( mc_socket, struct tftp_request, mc_socket ); in tftp_mc_socket_deliver_iob() 1124 xfer_init ( &tftp->mc_socket, &tftp_mc_socket_operations, in tftp_core_open()
|