OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtp
(Results
1 - 4
of
4
) sorted by null
/external/iptables/include/
xtables.h
424
extern int xtables_set_params(struct xtables_globals *
xtp
);
430
extern int xtables_init_all(struct xtables_globals *
xtp
, uint8_t nfproto);
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_inpcb.h
369
void ipport_tick(void *
xtp
);
/external/iptables/libxtables/
xtables.c
235
* @
xtp
: input xtables_globals structure
239
* @
xtp
cannot be NULL
243
int xtables_set_params(struct xtables_globals *
xtp
)
245
if (!
xtp
) {
250
xt_params =
xtp
;
258
int xtables_init_all(struct xtables_globals *
xtp
, uint8_t nfproto)
262
return xtables_set_params(
xtp
);
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc
638
XTextProperty
xtp
;
local
641
XUTF8StringStyle, &
xtp
) == Success) {
642
XSetWMName(xdisplay_, xwindow_, &
xtp
);
643
XFree(
xtp
.value);
[
all
...]
Completed in 700 milliseconds