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

  /src/sbin/ifconfig/
tunnel.c 90 prop_data_t srcdata, dstdata; local in function:settunnel
93 dstdata = (prop_data_t)prop_dictionary_get(env, "tundst");
95 if (srcdata == NULL || dstdata == NULL) {
102 dstpfx = prop_data_value(dstdata);
tunnel.c 90 prop_data_t srcdata, dstdata; local in function:settunnel
93 dstdata = (prop_data_t)prop_dictionary_get(env, "tundst");
95 if (srcdata == NULL || dstdata == NULL) {
102 dstpfx = prop_data_value(dstdata);

Completed in 22 milliseconds