Lines Matching refs:r_
4 …iinneett__cciiddrr__nnttoopp, iinneett__cciiddrr__ppttoonn -- network …
12 …iinneett__cciiddrr__nnttoopp(_i_n_t _a_f, _c_o_n_s_t _v_o_i_d _*_s_…
15 …iinneett__cciiddrr__ppttoonn(_i_n_t _a_f, _c_o_n_s_t _c_h_a_r _*_s_…
24 …iinneett__cciiddrr__nnttoopp() converts an address from network to presentation form…
26 _a_f describes the type of address that is being passed in _s_r_c. Currently
29 _s_r_c is an address in network byte order, its length is determined from
37 …iinneett__cciiddrr__nnttoopp() returns _d_s_t on success or NULL. Check errno fo…
39 … iinneett__cciiddrr__ppttoonn() converts and address from presentation format, with
41 is zero filled if there were insufficint bits in _s_r_c.
43 _a_f describes the type of address that is being passed in via _s_r_c and
46 _s_r_c is an address in presentation format.
51 … iinneett__cciiddrr__ppttoonn() returns 0 on succces or -1 on error. Check errno for