Home
last modified time | relevance | path

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

/DragonOS-0.1.7/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.7/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.7/tools/qemu/
Difdown-nat5 ip link set $1 down
9 ip link set "$BRIDGE" down
/DragonOS-0.1.7/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.7/kernel/src/net/
Dsocket.rs328 if let Endpoint::Ip(Some(ip)) = endpoint { in do_bind()
329 let bind_res = if ip.addr.is_unspecified() { in do_bind()
330 socket.bind(ip.port) in do_bind()
332 socket.bind(ip) in do_bind()
670 if let Endpoint::Ip(Some(ip)) = endpoint { in connect()
677 match socket.connect(&mut inner_iface.context(), ip, temp_port) { in connect()
738 if let Endpoint::Ip(Some(mut ip)) = endpoint { in bind()
739 if ip.port == 0 { in bind()
740 ip.port = get_ephemeral_port(); in bind()
743 self.local_endpoint = Some(ip); in bind()
Dsyscall.rs693 let ip: wire::IpAddress = wire::IpAddress::from(wire::Ipv4Address::from_bytes( in to_endpoint() localVariable
698 return Ok(Endpoint::Ip(Some(wire::IpEndpoint::new(ip, port)))); in to_endpoint()
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/
DV0.1.3.md418 * 将镜像源换成中科大的(原因是清华的总是ban掉用于构建镜像的服务器的ip