Changes in uspace/lib/c/generic/inet/endpoint.c [fab2746:b10460a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet/endpoint.c
rfab2746 rb10460a 36 36 #include <mem.h> 37 37 38 /** Initialize endpoint structure. 39 * 40 * Sets any address, any port number. 41 * 42 * @param ep Endpoint 43 */ 38 44 void inet_ep_init(inet_ep_t *ep) 39 45 { … … 41 47 } 42 48 49 /** Initialize endpoint pair structure. 50 * 51 * Sets any address, any port number for both local and remote sides. 52 * 53 * @param ep2 Endpoint pair 54 */ 43 55 void inet_ep2_init(inet_ep2_t *ep2) 44 56 {
Note:
See TracChangeset
for help on using the changeset viewer.