Changeset b278b4e in mainline for uspace/srv
- Timestamp:
- 2010-10-10T19:52:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10056483
- Parents:
- ae972834 (diff), eb51e31 (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. - Location:
- uspace/srv/net
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
rae972834 rb278b4e 623 623 int ip_connect_module(services_t service){ 624 624 return EOK; 625 }626 627 int ip_bind_service(services_t service, int protocol, services_t me, async_client_conn_t receiver, tl_received_msg_t received_msg){628 return ip_register(protocol, me, 0, received_msg);629 625 } 630 626 -
uspace/srv/net/net/net_standalone.c
rae972834 rb278b4e 94 94 * @return EOK on success. 95 95 * @return ENOTSUP if the message is not known. 96 * @return Other error codes as defined for each bundled module 97 * message function. 96 * @return Other error codes. 98 97 * 99 98 */ -
uspace/srv/net/nil/eth/eth.c
rae972834 rb278b4e 788 788 } 789 789 790 #ifndef CONFIG_NETIF_NIL_BUNDLE791 792 790 /** Default thread for new connections. 793 791 * … … 839 837 } 840 838 841 #endif /* CONFIG_NETIF_NIL_BUNDLE */842 843 839 /** @} 844 840 */ -
uspace/srv/net/nil/nildummy/nildummy.c
rae972834 rb278b4e 410 410 } 411 411 412 #ifndef CONFIG_NETIF_NIL_BUNDLE413 414 412 /** Default thread for new connections. 415 413 * … … 461 459 } 462 460 463 #endif /* CONFIG_NETIF_NIL_BUNDLE */464 465 461 /** @} 466 462 */
Note:
See TracChangeset
for help on using the changeset viewer.