HelenOS sources
FRAG_OFFS_UNIT 112 uspace/srv/net/inetsrv/pdu.c if (packet->size > FRAG_OFFS_UNIT * fragoff_limit)
FRAG_OFFS_UNIT 120 uspace/srv/net/inetsrv/pdu.c assert(offs % FRAG_OFFS_UNIT == 0);
FRAG_OFFS_UNIT 121 uspace/srv/net/inetsrv/pdu.c assert(offs / FRAG_OFFS_UNIT < fragoff_limit);
FRAG_OFFS_UNIT 124 uspace/srv/net/inetsrv/pdu.c uint16_t foff = offs / FRAG_OFFS_UNIT;
FRAG_OFFS_UNIT 128 uspace/srv/net/inetsrv/pdu.c spc_avail -= (spc_avail % FRAG_OFFS_UNIT);
FRAG_OFFS_UNIT 208 uspace/srv/net/inetsrv/pdu.c if (offs + packet->size > FRAG_OFFS_UNIT * fragoff_limit)
FRAG_OFFS_UNIT 229 uspace/srv/net/inetsrv/pdu.c assert(offs % FRAG_OFFS_UNIT == 0);
FRAG_OFFS_UNIT 230 uspace/srv/net/inetsrv/pdu.c assert(offs / FRAG_OFFS_UNIT < fragoff_limit);
FRAG_OFFS_UNIT 233 uspace/srv/net/inetsrv/pdu.c uint16_t foff = offs / FRAG_OFFS_UNIT;
FRAG_OFFS_UNIT 237 uspace/srv/net/inetsrv/pdu.c spc_avail -= (spc_avail % FRAG_OFFS_UNIT);
FRAG_OFFS_UNIT 357 uspace/srv/net/inetsrv/pdu.c packet->offs = foff * FRAG_OFFS_UNIT;
FRAG_OFFS_UNIT 455 uspace/srv/net/inetsrv/pdu.c packet->offs = foff * FRAG_OFFS_UNIT;
FRAG_OFFS_UNIT 322 uspace/srv/net/inetsrv/reass.c if (dgram_size > FRAG_OFFS_UNIT * fragoff_limit)
HelenOS homepage, sources at GitHub