Displaying 5 results from an estimated 5 matches for "if_nameindex".
Did you mean:
if_nametoindex
2007 Apr 18
1
[Bridge] Little problem with 1.x versions (if_indextoname)
Hi,
I have used bridge-utils 0.9.6 so far in a kernel 2.4.26, uClibc and ppc environment.
When I use version 1.0.3 I have the problem that I do not see the brige with the 'brctl show' command if it is not fully set up. It was working with 0.9.6.
I tracked the problem down to an 'incompatibility' in bridge/uClibc/kernel.
0.9.6 uses its own if_indextoname function which uses the
2005 Oct 18
4
dom0 oom-killer: gfp_mask=0x1d
...che: add 164344, delete 163838,
find 45906/87552, race 0+46
Oct 18 10:35:43 tarkus kernel: Free swap = 1553068kB
Oct 18 10:35:43 tarkus kernel: Total swap = 1572856kB
Oct 18 10:35:43 tarkus kernel: Out of Memory: Killed process 25124
(sendmail).
Oct 18 10:35:52 tarkus snmpd[3925]: send response: (if_nameindex()
failed)
Oct 18 10:36:06 tarkus snmpd[3925]: send response:
Oct 18 10:36:26 tarkus snmpd[3925]: send response:
Oct 18 10:37:00 tarkus last message repeated 4 times
Oct 18 10:37:02 tarkus kernel: peth0: received packet with own address
as source address
Regards,
Ted
___________________________...
2017 May 12
0
Wine release 2.8
...mountmgr: Create the DEVICEMAP registry keys in their respective driver.
mountmgr: Create symbolic links in DosDevices for serial and parallel ports.
kernel32: Rely solely on the DosDevices symbolic links in QueryDosDevice.
configure: Check for the necessary data structure for if_nameindex().
server: Implement IOCTL_SERIAL_GET_TIMEOUTS as an ioctl on the server side.
server: Implement IOCTL_SERIAL_SET_TIMEOUTS as an ioctl on the server side.
server: Implement IOCTL_SERIAL_SET_WAIT_MASK as an ioctl on the server side.
server: Implement IOCTL_SERIAL_GET_WAIT_MAS...
2017 Jul 21
0
Wine release 2.13
...rite_path_data helper in GdipGetRegionData.
Sebastian Lackner (5):
webservices: Remove dead code in read_attribute_value_bin.
reg/tests: Don't call RegCloseKey on uninitialized memory.
wined3d: Return hr result in wined3d_event_query_create.
configure: Improve check for if_nameindex.
winhttp: Rename host_t to hostdata_t.
Stefan Dösinger (6):
msvcp140: Remove a redundant check.
msvcp140: Implement _File_size.
msvcp140: Implement _Current_get.
msvcp140: Export _Current_set.
msvcp140: Implement _Stat and _Lstat.
msvcp140/tests: Port test...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than