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

  /src/external/bsd/tcpdump/dist/
print-mptcp.c 363 const struct mp_add_addr *add_addr = (const struct mp_add_addr *) opt; local
371 GET_U_1(add_addr->sub_echo) & 0xF));
372 ND_PRINT(" id %u", GET_U_1(add_addr->addr_id));
374 ND_PRINT(" %s", GET_IPADDR_STRING(add_addr->u.v4.addr));
376 ND_PRINT(":%u", GET_BE_U_2(add_addr->u.v4.port));
378 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4np.mac));
380 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4.mac));
384 ND_PRINT(" %s", GET_IP6ADDR_STRING(add_addr->u.v6.addr));
386 ND_PRINT(":%u", GET_BE_U_2(add_addr->u.v6.port));
388 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6np.mac))
    [all...]
print-mptcp.c 363 const struct mp_add_addr *add_addr = (const struct mp_add_addr *) opt; local
371 GET_U_1(add_addr->sub_echo) & 0xF));
372 ND_PRINT(" id %u", GET_U_1(add_addr->addr_id));
374 ND_PRINT(" %s", GET_IPADDR_STRING(add_addr->u.v4.addr));
376 ND_PRINT(":%u", GET_BE_U_2(add_addr->u.v4.port));
378 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4np.mac));
380 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4.mac));
384 ND_PRINT(" %s", GET_IP6ADDR_STRING(add_addr->u.v6.addr));
386 ND_PRINT(":%u", GET_BE_U_2(add_addr->u.v6.port));
388 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6np.mac))
    [all...]
  /src/sys/external/bsd/ipf/netinet/
radix_ipf.c 995 void add_addr(ipf_rdx_head_t *, int , int);
1221 add_addr(rnh, i, i);
1235 add_addr(rnh, i, i); /*forder[i]); */
1382 add_addr(rnh, n, item) function
1480 add_addr(rnh, i, order[i]);
radix_ipf.c 995 void add_addr(ipf_rdx_head_t *, int , int);
1221 add_addr(rnh, i, i);
1235 add_addr(rnh, i, i); /*forder[i]); */
1382 add_addr(rnh, n, item) function
1480 add_addr(rnh, i, order[i]);
  /src/external/bsd/ipf/dist/
radix_ipf.c 1024 void add_addr(ipf_rdx_head_t *, int , int);
1250 add_addr(rnh, i, i);
1264 add_addr(rnh, i, i); /*forder[i]); */
1411 add_addr(rnh, n, item) function
1509 add_addr(rnh, i, order[i]);
radix_ipf.c 1024 void add_addr(ipf_rdx_head_t *, int , int);
1250 add_addr(rnh, i, i);
1264 add_addr(rnh, i, i); /*forder[i]); */
1411 add_addr(rnh, n, item) function
1509 add_addr(rnh, i, order[i]);

Completed in 63 milliseconds