默默的一块石头
发布时间:2019-08-19 16:27:15
http://www.elecfans.com/baike/tongxingjishu/chungshuwang/20171102574319.html地址解析协议,即ARP(Address ResoluTIon Protocol),是根据I P地址获取物理地址的一个TCP/IP协议。那么ARP协议有什么作用且工作原理如何呢? arp协议的作用: 主机发送信息时将包含目标IP地址的ARP请求广播到网络上的所.........【阅读全文】
发布时间:2019-08-13 15:47:39
1.IPv4报头成员struct iphdr {#if defined(__LITTLE_ENDIAN_BITFIELD) __u8 ihl:4, version:4;#elif defined (__BIG_ENDIAN_BITFIELD) __u8 version:4, ihl:4;#else#error "Please fix "#endif __u8 tos; __be16 tot_len; //id: IPv4报头标识。对于分段来说,id字样很重要。对SKB进行.........【阅读全文】
发布时间:2019-08-06 16:05:55
struct fs_struct { int users; spinlock_t lock; seqcount_t seq; int umask; int in_exec; struct path root, pwd;};struct path { struct vfsmount *mnt; struct dentry *dentry;};//创建进程过程static int copy_fs(unsigned long clone_flags, struct task_struct *tsk){ struct fs_struct *fs = cur.........【阅读全文】