Searched refs:proto (Results 1 - 16 of 16) sorted by relevance

/seL4-test-master/tools/nanopb/generator/proto/
H A DMakefile5 %_pb2.py: %.proto
/seL4-test-master/projects/musllibc/src/network/
H A Dlookup_serv.c11 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags) argument
20 switch (proto) {
22 proto = IPPROTO_TCP;
30 switch (proto) {
32 proto = IPPROTO_UDP;
43 buf[0].proto = proto;
54 if (proto != IPPROTO_UDP) {
57 buf[cnt++].proto = IPPROTO_TCP;
59 if (proto !
[all...]
H A Dgetservbyname_r.c16 int cnt, proto, align; local
26 if (!prots) proto = 0;
27 else if (!strcmp(prots, "tcp")) proto = IPPROTO_TCP;
28 else if (!strcmp(prots, "udp")) proto = IPPROTO_UDP;
31 cnt = __lookup_serv(servs, name, proto, 0, 0);
45 se->s_proto = servs[0].proto == IPPROTO_TCP ? "tcp" : "udp";
H A Dlookup.h16 unsigned char proto, socktype; member in struct:service
33 int __lookup_serv(struct service buf[static MAXSERVS], const char *name, int proto, int socktype, int flags);
H A Dgetaddrinfo.c14 int family = AF_UNSPEC, flags = 0, proto = 0, socktype = 0; local
28 proto = hint->ai_protocol;
46 nservs = __lookup_serv(ports, serv, proto, socktype, flags);
68 .ai_protocol = ports[j].proto,
/seL4-test-master/tools/nanopb/examples/simple/
H A DMakefile20 simple.pb.c: simple.proto
21 $(PROTOC) $(PROTOC_OPTS) --nanopb_out=. simple.proto
/seL4-test-master/tools/nanopb/extra/
H A Dnanopb.mk2 # .pb.c and .pb.h files out of .proto, as well the path to nanopb core.
35 %.pb.c %.pb.h: %.proto $(wildcard %.options)
/seL4-test-master/tools/nanopb/generator/
H A Dprotoc-gen-nanopb.bat5 :: protoc --plugin=protoc-gen-nanopb=..../protoc-gen-nanopb.bat --nanopb_out=dir foo.proto
H A Dnanopb_generator.py39 import proto.nanopb_pb2 as nanopb_pb2 namespace
61 *** You have to run 'make' in the nanopb/generator/proto folder. ***
486 null_init: If True, initialize to a 0 value instead of default from .proto
1172 # Processing of entire .proto files
1550 yield ' * To get rid of this error, remove any double fields from your .proto.\n'
1558 # Options parsing for the .proto files
1619 # Handle options defined in .proto
1652 epilog = "Compile file.pb from file.proto by: 'protoc -ofile.pb file.proto'. " +
1723 # with the same name as .proto
[all...]
/seL4-test-master/tools/nanopb/tools/
H A Dmake_linux_package.sh20 # Rebuild the Python .proto files
21 make -BC $DEST/generator/proto
H A Dmake_mac_package.sh20 # Rebuild the Python .proto files
21 make -BC $DEST/generator/proto
H A Dmake_windows_package.sh19 # Rebuild the Python .proto files
20 make -BC $DEST/generator/proto
51 -o -name '*.proto' -o -name '*.py' -o -name '*.options' \
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dnet.h593 u16 pkt_len, u8 proto);
677 int payload_len, int proto, u8 action, u32 tcp_seq_num,
H A Dethtool.h371 * @proto: Transport protocol number; mask must be 0
379 uint8_t proto; member in struct:ethtool_usrip4_spec
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dethtool.h372 * @proto: Transport protocol number; mask must be 0
380 uint8_t proto; member in struct:ethtool_usrip4_spec
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dethtool.h371 * @proto: Transport protocol number; mask must be 0
379 uint8_t proto; member in struct:ethtool_usrip4_spec

Completed in 205 milliseconds