Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/udp/
Dtftp.c608 char *port_end; in tftp_process_multicast() local
647 socket.sin.sin_port = htons ( strtoul ( port, &port_end, 0 ) ); in tftp_process_multicast()
648 if ( *port_end ) { in tftp_process_multicast()