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

  /src/usr.bin/tftp/
tftp.c 137 char *pmulticast; local in function:get_options
141 pmulticast = multicast;
142 addr = strsep(&pmulticast, ",");
143 if (pmulticast == NULL)
145 mcport = atoi(strsep(&pmulticast, ","));
146 if (pmulticast == NULL)
148 mcmasterslave = atoi(pmulticast);
tftp.c 137 char *pmulticast; local in function:get_options
141 pmulticast = multicast;
142 addr = strsep(&pmulticast, ",");
143 if (pmulticast == NULL)
145 mcport = atoi(strsep(&pmulticast, ","));
146 if (pmulticast == NULL)
148 mcmasterslave = atoi(pmulticast);

Completed in 317 milliseconds