Changeset e767dbf in mainline for uspace/srv/inet/addrobj.c


Ignore:
Timestamp:
2012-02-09T22:57:05Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1493811
Parents:
ceba4bed
Message:

Sketch IP PDU encoding and decoding.
Unify IP packet routing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/inet/addrobj.c

    rceba4bed re767dbf  
    9090}
    9191
    92 /** Find address object matching address @a addr */
    93 inet_addrobj_t *inet_addrobj_find(inet_addr_t *addr)
     92/** Find address object matching address @a addr.
     93 *
     94 * @param addr  Address
     95 * @oaram find  iaf_net to find network (using mask),
     96 *              iaf_addr to find local address (exact match)
     97 */
     98inet_addrobj_t *inet_addrobj_find(inet_addr_t *addr, inet_addrobj_find_t find)
    9499{
    95100        uint32_t mask;
Note: See TracChangeset for help on using the changeset viewer.