Searched refs:vtag (Results 1 - 10 of 10) sorted by relevance

/external/bison/build-aux/
H A Dgit-version-gen173 vtag=`echo "$v" | sed 's/-.*//'`
174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \
/external/libnetfilter_conntrack/include/internal/
H A Dobject.h132 uint32_t vtag[__DIR_MAX]; member in struct:__nfct_protoinfo::__anon11094
/external/libnetfilter_conntrack/src/conntrack/
H A Dcopy.c258 dest->protoinfo.sctp.vtag[__DIR_ORIG] =
259 orig->protoinfo.sctp.vtag[__DIR_ORIG];
265 dest->protoinfo.sctp.vtag[__DIR_REPL] =
266 orig->protoinfo.sctp.vtag[__DIR_REPL];
H A Dgetter.c199 return &ct->protoinfo.sctp.vtag[__DIR_ORIG];
204 return &ct->protoinfo.sctp.vtag[__DIR_REPL];
H A Dbuild_mnl.c177 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG]));
181 htonl(ct->protoinfo.sctp.vtag[__DIR_REPL]));
H A Dparse.c264 ct->protoinfo.sctp.vtag[__DIR_ORIG] =
270 ct->protoinfo.sctp.vtag[__DIR_REPL] =
H A Dsetter.c228 ct->protoinfo.sctp.vtag[__DIR_ORIG] = *((uint32_t *) value);
234 ct->protoinfo.sctp.vtag[__DIR_REPL] = *((uint32_t *) value);
H A Dbuild.c174 htonl(ct->protoinfo.sctp.vtag[__DIR_ORIG]));
178 htonl(ct->protoinfo.sctp.vtag[__DIR_REPL]));
H A Dparse_mnl.c415 ct->protoinfo.sctp.vtag[__DIR_ORIG] =
421 ct->protoinfo.sctp.vtag[__DIR_REPL] =
/external/syslinux/gpxe/src/drivers/net/
H A Datl1e.h134 u16 vtag; member in struct:atl1e_recv_ret_status

Completed in 122 milliseconds