Home
last modified time | relevance | path

Searched refs:SIZE_IP (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnetwork.h197 #define SIZE_IP (1 + SIZE_IP6) macro
199 #define SIZE_IPPORT (SIZE_IP + SIZE_PORT)
H A Donion.c79 memcpy(data + SIZE_IP, &source->port, SIZE_PORT); in ipport_pack()
85 if (data_size < (SIZE_IP + SIZE_PORT)) { in ipport_unpack()
93 memcpy(&target->port, data + SIZE_IP, SIZE_PORT); in ipport_unpack()
/dports/sysutils/fconfig/fconfig/
H A Dftypes.h76 #define SIZE_IP 4 in ice_cand_calc_prio()
H A Dftypes.c51 {"ip", SIZE_IP, parse_ip, print_ip},