Home
last modified time | relevance | path

Searched defs:tip (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp152 MessageBox tip(parent, text, button); in showMessage() local
158 MessageBox tip(parent, text, MessageBox::no); in showDuringMessage() local
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore()
431 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter()
499 __be32 sip, __be32 tip) in arp_fwd_pvlan()
649 __be32 sip, __be32 tip, in arp_is_garp()
686 __be32 sip, tip; in arp_process() local
H A Dipconfig.c479 __be32 sip, tip; in ic_rarp_recv() local
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_bmap_util.c1219 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format()
1322 struct xfs_inode *tip) in xfs_swap_extent_rmap()
1430 struct xfs_inode *tip, in xfs_swap_extent_forks()
1567 struct xfs_inode *tip, /* tmp inode */ in xfs_swap_extents()
H A Dxfs_ioctl.c1878 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_arp_nd_proxy.c133 __be32 sip, tip; in br_do_proxy_suppress_arp() local
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dmisc.c1097 char *target, *tip = NULL; in match_target_ip() local
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h159 __u32 tip; member
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c2838 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp()
2864 __be32 sip, tip; in bond_arp_rcv() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js1673 Tooltip.prototype.tip = function () { method in Tooltip
H A Dbootstrap.min.js6 …se strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1|… argument
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Daiptek.c419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c277 u8 sip[4], tip[4], ipv4[4]; in bridge_arp_reply() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2025 __be32 sip, tip; in cxgb3_arp_process() local
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c1988 __be32 sip, tip; in arp_reduce() local
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py4236 def CreateAction(label, tip, callback, parent=None, shortcut=None): argument