HomeSort by: relevance | last modified time | path
    Searched defs:upstreams (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 122 } *downstreams, *upstreams; variable in typeref:struct:stream_list
631 sl->next = upstreams;
632 upstreams = sl;
773 if (upstreams == NULL || downstreams == NULL) {
1531 for (up = upstreams; up; up = up->next) {
1596 for (up = upstreams; up; up = up->next) {
1682 for (up = upstreams; up; up = up->next) {
1883 /* Send it to all upstreams. */
1884 for (up = upstreams; up; up = up->next) {
dhcrelay.c 122 } *downstreams, *upstreams; variable in typeref:struct:stream_list
631 sl->next = upstreams;
632 upstreams = sl;
773 if (upstreams == NULL || downstreams == NULL) {
1531 for (up = upstreams; up; up = up->next) {
1596 for (up = upstreams; up; up = up->next) {
1682 for (up = upstreams; up; up = up->next) {
1883 /* Send it to all upstreams. */
1884 for (up = upstreams; up; up = up->next) {

Completed in 49 milliseconds