Package apple.struct

Class ip_opts


  • public final class ip_opts
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ip_opts()  
      protected ip_opts​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      in_addr ip_dst()
      first hop, 0 w/o src rt
      byte ip_opts​(int field_idx)
      actually variable in size
      void setIp_dst​(in_addr value)
      first hop, 0 w/o src rt
      void setIp_opts​(byte value, int field_idx)
      actually variable in size
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ip_opts

        public ip_opts()
      • ip_opts

        protected ip_opts​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • ip_dst

        public in_addr ip_dst()
        first hop, 0 w/o src rt
      • setIp_dst

        public void setIp_dst​(in_addr value)
        first hop, 0 w/o src rt
      • ip_opts

        public byte ip_opts​(int field_idx)
        actually variable in size
      • setIp_opts

        public void setIp_opts​(byte value,
                               int field_idx)
        actually variable in size