Lines Matching defs:source
353 { "non-local-source-routing", 20, 1 },
1441 char *portno, *source;
1443 if ((source = split_chr(arg, '@')) && /* is there a source. */
1444 (portno = split_chr(source, '#')) &&
1460 if (source)
1463 if ((newlist->source_addr.in.sin_addr.s_addr = inet_addr(source)) == (in_addr_t) -1)
1467 strncpy(newlist->interface, source, IF_NAMESIZE);
1485 if (source)
1488 if (inet_pton(AF_INET6, source, &newlist->source_addr.in6.sin6_addr) == 0)
1492 strncpy(newlist->interface, source, IF_NAMESIZE);