Home | History | Annotate | Download | only in src

Lines Matching defs:source

358   { "non-local-source-routing", 20, 1 },
1430 char *portno, *source;
1432 if ((source = split_chr(arg, '@')) && /* is there a source. */
1433 (portno = split_chr(source, '#')) &&
1447 if (source)
1450 if (parse_addr(AF_INET, source, &newlist->addr) != 0)
1454 strncpy(newlist->interface, source, IF_NAMESIZE);
1470 if (source)
1473 if (parse_addr(AF_INET6, source, &newlist->source_addr) != 0)
1477 strncpy(newlist->interface, source, IF_NAMESIZE);