Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.8/tools/
Dconfigure_network.sh11 sudo ip tuntap add name tap0 mode tap user $USER
15 sudo ip link set tap0 up
16 sudo ip link set $ETH up
17 sudo ip link set br0 up
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c1156 const BYTE *ip = (const BYTE *)source; in LZ4_compress_generic_validated() local
1173 const BYTE *const iend = ip + inputSize; in LZ4_compress_generic_validated()
1189 assert(ip != NULL); in LZ4_compress_generic_validated()
1225 LZ4_putPosition(ip, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
1226 ip++; in LZ4_compress_generic_validated()
1227 forwardH = LZ4_hashPosition(ip, tableType); in LZ4_compress_generic_validated()
1239 const BYTE *forwardIp = ip; in LZ4_compress_generic_validated()
1245 ip = forwardIp; in LZ4_compress_generic_validated()
1251 assert(ip < mflimitPlusOne); in LZ4_compress_generic_validated()
1255 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base); in LZ4_compress_generic_validated()
[all …]
Dprintk.c180 long long *ip; in __do_vsprintf() local
306 ip = va_arg(args, long long *); in __do_vsprintf()
308 ip = (ll *)va_arg(args, int *); in __do_vsprintf()
310 *ip = str - buf; in __do_vsprintf()
/DragonOS-0.1.8/tools/qemu/
Difdown-nat5 ip link set $1 down
9 ip link set "$BRIDGE" down
/DragonOS-0.1.8/kernel/src/net/
Dsocket.rs459 if let Endpoint::Ip(Some(ip)) = endpoint { in do_bind()
461 PORT_MANAGER.get_port(self.metadata.socket_type, ip.port, self.handle.clone())?; in do_bind()
463 let bind_res = if ip.addr.is_unspecified() { in do_bind()
464 socket.bind(ip.port) in do_bind()
466 socket.bind(ip) in do_bind()
813 if let Endpoint::Ip(Some(ip)) = endpoint { in connect()
820 match socket.connect(&mut inner_iface.context(), ip, temp_port) { in connect()
881 if let Endpoint::Ip(Some(mut ip)) = endpoint { in bind()
882 if ip.port == 0 { in bind()
883 ip.port = PORT_MANAGER.get_ephemeral_port(self.metadata.socket_type)?; in bind()
[all …]
Dsyscall.rs497 let ip: wire::IpAddress = wire::IpAddress::from(wire::Ipv4Address::from_bytes( in to_endpoint() localVariable
502 return Ok(Endpoint::Ip(Some(wire::IpEndpoint::new(ip, port)))); in to_endpoint()
/DragonOS-0.1.8/user/libs/libc/src/
Dprintf.c195 long long *ip; in vsprintf() local
321 ip = va_arg(args, long long *); in vsprintf()
323 ip = (int64_t *)va_arg(args, int *); in vsprintf()
325 *ip = str - buf; in vsprintf()
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/
DV0.1.3.md418 * 将镜像源换成中科大的(原因是清华的总是ban掉用于构建镜像的服务器的ip