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

  /src/usr.sbin/mtrace/
mtrace.c 120 u_int32_t dst_netmask; /* netmask to go with qdst */
128 u_int32_t qdst = 0; /* Destination (receiver) address in query */ variable in typeref:typename:u_int32_t
429 query->tr_dst = qdst;
555 if (rquery->tr_dst != qdst) continue;
700 (qdst != 0 && qdst != base.qhdr.tr_dst) ||
1131 printf("%-15s %s\n", inet_fmt(qdst), inet_fmt(lcl_addr));
1276 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */
1281 if (IN_MULTICAST(ntohl(qdst))) {
1282 u_int32_t temp = qdst;
    [all...]
mtrace.c 120 u_int32_t dst_netmask; /* netmask to go with qdst */
128 u_int32_t qdst = 0; /* Destination (receiver) address in query */ variable in typeref:typename:u_int32_t
429 query->tr_dst = qdst;
555 if (rquery->tr_dst != qdst) continue;
700 (qdst != 0 && qdst != base.qhdr.tr_dst) ||
1131 printf("%-15s %s\n", inet_fmt(qdst), inet_fmt(lcl_addr));
1276 if (argc > 0 && (qdst = host_addr(argv[0]))) { /* Dest of path */
1281 if (IN_MULTICAST(ntohl(qdst))) {
1282 u_int32_t temp = qdst;
    [all...]

Completed in 23 milliseconds