Home | History | Annotate | Download | only in iputils

Lines Matching defs:source

27  * Redistribution and use in source and binary forms, with or without
30 * 1. Redistributions of source code must retain the above copyright
173 * network or protocol unreachable, respectively), !S or !F (source
189 * file that came with the source to this program for a description
204 * source port (the high bit is set to move the port number out
225 * sending a loose-source-routed udp datagram through the destination
226 * back to yourself. Unfortunately, SO many gateways botch source
310 char *source = NULL;
408 * set the ip source address of the outbound
411 source = optarg;
542 if (source == NULL) {
569 if (inet_pton(AF_INET6, source, &saddr.sin6_addr) <= 0)
571 Printf("traceroute: unknown addr %s\n", source);