Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1501985
  • 博文数量: 228
  • 博客积分: 1698
  • 博客等级: 上尉
  • 技术积分: 3241
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-24 21:49
个人简介

Linux

文章分类

全部博文(228)

文章存档

2017年(1)

2016年(43)

2015年(102)

2014年(44)

2013年(5)

2012年(30)

2011年(3)

发布时间:2014-08-13 23:21:09

SOCKET编程涉及到的API对应的内核实现基本都在net/socket.c中,对应如下接口:SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol)SYSCALL_DEFINE4(socketpair, int, family, int, type, int, protocol, int __user *, usockvec)SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, .........【阅读全文】

阅读(1750) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

hanwei_10492013-04-23 16:33

google-perftools export

回复  |  举报
留言热议
请登录后留言。

登录 注册