Changeset e767dbf in mainline for uspace/srv/inet/addrobj.c
- Timestamp:
- 2012-02-09T22:57:05Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1493811
- Parents:
- ceba4bed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/inet/addrobj.c
rceba4bed re767dbf 90 90 } 91 91 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 */ 98 inet_addrobj_t *inet_addrobj_find(inet_addr_t *addr, inet_addrobj_find_t find) 94 99 { 95 100 uint32_t mask;
Note:
See TracChangeset
for help on using the changeset viewer.