logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

if_freenameindex.3p (2175B)


  1. '\" et
  2. .TH IF_FREENAMEINDEX "3P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. if_freenameindex
  12. \(em free memory allocated by if_nameindex
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <net/if.h>
  17. .P
  18. void if_freenameindex(struct if_nameindex *\fIptr\fP);
  19. .fi
  20. .SH DESCRIPTION
  21. The
  22. \fIif_freenameindex\fR()
  23. function shall free the memory allocated by
  24. \fIif_nameindex\fR().
  25. The
  26. .IR ptr
  27. argument shall be a pointer that was returned by
  28. \fIif_nameindex\fR().
  29. After
  30. \fIif_freenameindex\fR()
  31. has been called, the application shall not use the array of which
  32. .IR ptr
  33. is the address.
  34. .SH "RETURN VALUE"
  35. None.
  36. .SH ERRORS
  37. No errors are defined.
  38. .LP
  39. .IR "The following sections are informative."
  40. .SH "EXAMPLES"
  41. None.
  42. .SH "APPLICATION USAGE"
  43. None.
  44. .SH "RATIONALE"
  45. None.
  46. .SH "FUTURE DIRECTIONS"
  47. None.
  48. .SH "SEE ALSO"
  49. .IR "\fIgetsockopt\fR\^(\|)",
  50. .IR "\fIif_indextoname\fR\^(\|)",
  51. .IR "\fIif_nameindex\fR\^(\|)",
  52. .IR "\fIif_nametoindex\fR\^(\|)",
  53. .IR "\fIsetsockopt\fR\^(\|)"
  54. .P
  55. The Base Definitions volume of POSIX.1\(hy2017,
  56. .IR "\fB<net_if.h>\fP"
  57. .\"
  58. .SH COPYRIGHT
  59. Portions of this text are reprinted and reproduced in electronic form
  60. from IEEE Std 1003.1-2017, Standard for Information Technology
  61. -- Portable Operating System Interface (POSIX), The Open Group Base
  62. Specifications Issue 7, 2018 Edition,
  63. Copyright (C) 2018 by the Institute of
  64. Electrical and Electronics Engineers, Inc and The Open Group.
  65. In the event of any discrepancy between this version and the original IEEE and
  66. The Open Group Standard, the original IEEE and The Open Group Standard
  67. is the referee document. The original Standard can be obtained online at
  68. http://www.opengroup.org/unix/online.html .
  69. .PP
  70. Any typographical or formatting errors that appear
  71. in this page are most likely
  72. to have been introduced during the conversion of the source files to
  73. man page format. To report such errors, see
  74. https://www.kernel.org/doc/man-pages/reporting_bugs.html .