Changeset 503ce85 in mainline for uspace/srv/net/inetsrv/inetsrv.c
- Timestamp:
- 2025-08-03T09:03:10Z (10 months ago)
- Children:
- adbd7e1
- Parents:
- 5caad1d (diff), 46e2152 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/net/inetsrv/inetsrv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/inetsrv/inetsrv.c
r5caad1d r503ce85 212 212 213 213 /* Route packet using source/destination addresses */ 214 215 214 rc = inet_find_dir(&dgram->src, &dgram->dest, dgram->tos, &dir); 216 215 if (rc != EOK) … … 547 546 dgram.data = packet->data; 548 547 dgram.size = packet->size; 549 550 548 return inet_recv_dgram_local(&dgram, packet->proto); 551 549 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
